Skip to content

Commit

Permalink
chore: use antctl for the status command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Dec 9, 2024
1 parent ea4e3e3 commit f969964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/ansible/node_status.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- name: run safenode-manager status
- name: run antctl status
hosts: all
become: False
max_fail_percentage: 10
ignore_unreachable: yes
tasks:
- name: run safenode-manager status
ansible.builtin.command: safenode-manager status
- name: run antctl status
ansible.builtin.command: antctl status

0 comments on commit f969964

Please sign in to comment.