Skip to content

Commit

Permalink
https://github.com/ansible/ansible-lint/pull/2626
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Nov 2, 2022
1 parent 47fc91e commit d6c0600
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
ceph health detail | grep 'HEALTH_OK'
args:
executable: "/bin/bash"
loop: "{{ ansible_play_hosts }}"
delegate_to: "{{ item }}"
run_once: true
when: inventory_hostname == ansible_play_hosts[0]
register: result
changed_when: result is not succeeded
until: result is succeeded
Expand Down

0 comments on commit d6c0600

Please sign in to comment.