Fix E405 Remote package tasks should have a retry
This commit is contained in:
parent
baeda9ecfe
commit
61f73d3b41
|
@ -1,3 +1,8 @@
|
||||||
|
## v1.0.2
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
* Fix E405 Remote package tasks should have a retry.
|
||||||
|
|
||||||
## v1.0.1
|
## v1.0.1
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
install_recommends: False
|
install_recommends: False
|
||||||
with_flattened:
|
with_flattened:
|
||||||
- '{{ arpwatch__base_packages | to_nice_json }}'
|
- '{{ arpwatch__base_packages | to_nice_json }}'
|
||||||
|
register: pkg_result
|
||||||
|
until: pkg_result is success
|
||||||
when: arpwatch__enabled|bool
|
when: arpwatch__enabled|bool
|
||||||
|
|
||||||
# Manage configuration file [[[1
|
# Manage configuration file [[[1
|
||||||
|
|
Loading…
Reference in New Issue