Fix E405 Remote package tasks should have a retry

This commit is contained in:
Jeremy Gardais 2019-02-26 13:54:30 +01:00
parent 2877ad6f8e
commit 9a67628e2e
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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