Fix E405 Remote package tasks should have a retry

This commit is contained in:
Jeremy Gardais 2019-02-27 13:59:53 +01:00
parent 4a0fa1c132
commit f32fe4f873
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,13 @@
## v1.1.2
### Fix
* Fix E405 Remote package tasks should have a retry.
## v1.1.1 ## v1.1.1
### Fix ### Fix
* Set empty dependencies line to fix Galaxy warning. * Set empty dependencies line to fix Galaxy warning.
* Deprecation warning in favor of debops.netbase role. * Deprecation warning in favor of debops.netbase and debops.resources role.
## v1.1.0 ## v1.1.0

View File

@ -55,6 +55,8 @@
install_recommends: False install_recommends: False
with_flattened: with_flattened:
- '{{ basics__resolvconf_packages }}' - '{{ basics__resolvconf_packages }}'
register: resolv_pkg_result
until: resolv_pkg_result is success
when: basics__resolvconf_enabled|bool when: basics__resolvconf_enabled|bool
- name: Configure Resolvconf with domains - name: Configure Resolvconf with domains