Update cache on package install

This commit is contained in:
Paweł Krawczyk 2021-08-07 11:47:32 +01:00
parent 82270dc5ef
commit 8fad9d75fd
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
package:
name: '{{ nft_pkg_list | list }}'
state: '{{ nft_pkg_state }}'
update_cache: true
register: pkg_install_result
until: pkg_install_result is success
when: nft_enabled|bool