Skip to content

Commit

Permalink
fix: fix director migration check
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 17, 2024
1 parent fa47586 commit ce7be8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
when: icinga2_web_director | length != 0

- name: Check for pending director migrations
ansible.builtin.command: icingactl director migrations pending
ansible.builtin.command: icingacli director migration pending
changed_when: false
failed_when: false
register: director_pending_migrations
Expand Down

0 comments on commit ce7be8d

Please sign in to comment.