Fix E405 Remote package tasks should have a retry
This commit is contained in:
parent
2877ad6f8e
commit
9a67628e2e
|
@ -3,6 +3,7 @@
|
||||||
### Fix
|
### Fix
|
||||||
* Set empty dependencies line to fix Galaxy warning.
|
* Set empty dependencies line to fix Galaxy warning.
|
||||||
* Fix small warnings from linter.
|
* Fix small warnings from linter.
|
||||||
|
* Fix E405 Remote package tasks should have a retry.
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
install_recommends: False
|
install_recommends: False
|
||||||
with_flattened:
|
with_flattened:
|
||||||
- '{{ xymon_server__base_packages }}'
|
- '{{ xymon_server__base_packages }}'
|
||||||
|
register: server_pkg_result
|
||||||
|
until: server_pkg_result is success
|
||||||
|
|
||||||
# Server Manage /etc configuration files [[[1
|
# Server Manage /etc configuration files [[[1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue