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 4f9e772 commit fb39207
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
kubectl get --raw='/readyz?verbose' | grep 'check passed'
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 fb39207

Please sign in to comment.