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 0f0aef3 commit b844848
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 @@ -17,6 +17,9 @@
state: "{{ firewall_package_state }}"
when:
- firewall_packages_required is defined
register: firewall_install_required_software
until: firewall_install_required_software is succeeded
retries: 3

- name: open ports (ufw)
ufw:
Expand Down

0 comments on commit b844848

Please sign in to comment.