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 4, 2018
1 parent dfa95db commit 8931da6
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 @@ -9,6 +9,9 @@
package:
name: "{{ rsyslog_packages }}"
state: "{{ rsyslog_package_state }}"
register: rsyslog_install_rsyslog
until: rsyslog_install_rsyslog
retries: 3

- name: configuring rsyslog
template:
Expand Down

0 comments on commit 8931da6

Please sign in to comment.