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 457870c commit cd867bc
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: "{{ dns_packages }}"
state: "{{ dns_package_state }}"
register: dns_install_dns
until: dns_install_dns is succeeded
retries: 3

- name: create directories
file:
Expand Down

0 comments on commit cd867bc

Please sign in to comment.