Skip to content

Commit

Permalink
Merge pull request openebs#174 from yudaykiran/master
Browse files Browse the repository at this point in the history
PR#104 - Retry atleast 3 times to fetch the master status before exiting the playbook run.
  • Loading branch information
Karthik Satchitanand authored Jul 20, 2017
2 parents 2ac6b69 + 4885e23 commit 5747114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/ansible/roles/k8s-openebs-operator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
args:
executable: /bin/bash
register: result
until: "'OK' in result.stdout"
delay: 20
retries: 3
ignore_errors: true

- name:
debug:
Expand Down

0 comments on commit 5747114

Please sign in to comment.