diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0299e..33accf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fix * Use to_nice_json to manage packages list. * Set empty dependencies line to fix Galaxy warning. +* Retries packages installation. ## v1.0.0 diff --git a/tasks/main.yml b/tasks/main.yml index 30697c7..f18fb5d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,6 +12,9 @@ install_recommends: False with_flattened: - '{{ deb_sec__required_packages | to_nice_json }}' + register: pkg_result + until: pkg_result is success + # Debsecan [[[1 # Configuration [[[ - name: Debsecan configuration