Turn nft_old_pkg_list into a list as expected

This commit is contained in:
Jeremy Gardais 2019-05-31 15:28:45 +02:00
parent dddc46282d
commit 5dee91df3e
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
### Fix
* Fix deprecation warning with ansible 2.7: Invoking "apt" only once while
using a loop via squash_actions is deprecated.
* Turn nft_old_pkg_list into a list.
## v1.5.0

View File

@ -29,7 +29,8 @@ nft_pkg_state: 'present'
#
# List of old Iptables packages to remove to avoid duplicate firewall.
#
nft_old_pkg_list: 'iptables'
nft_old_pkg_list:
- 'iptables'
# ]]]
# .. envvar:: nft_old_pkg_state [[[
#