Skip to content

Commit

Permalink
adding success check instead of rc
Browse files Browse the repository at this point in the history
  • Loading branch information
asinkavets committed Jul 29, 2019
1 parent 8433f8b commit 854e966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/project-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}}
when: provision_action != 'ignore'
register: provision
until: provision.rc == 0
until: provision | success
retries: 3
delay: 10
changed_when: >-
Expand Down

0 comments on commit 854e966

Please sign in to comment.