Fix E405 Remote package tasks should have a retry

This commit is contained in:
Jeremy Gardais 2019-02-27 12:01:14 +01:00
parent baeda9ecfe
commit 61f73d3b41
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
## v1.0.2
### Fix
* Fix E405 Remote package tasks should have a retry.
## v1.0.1
### Fix

View File

@ -11,6 +11,8 @@
install_recommends: False
with_flattened:
- '{{ arpwatch__base_packages | to_nice_json }}'
register: pkg_result
until: pkg_result is success
when: arpwatch__enabled|bool
# Manage configuration file [[[1