Skip to content

Commit

Permalink
[405] Remote package tasks should have a retry
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 3, 2018
1 parent bf85964 commit 554ba10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
package:
name: "{{ cloud9_requirements }}"
state: "{{ cloud9_package_state }}"
register: cloud9_install_requirements
until: cloud9_install_requirements is succeeded
retries: 3

- name: create group
group:
Expand Down

0 comments on commit 554ba10

Please sign in to comment.