Add libiptc0 to the list of old package to remove

libiptc0 is an iptables dependency.
This commit is contained in:
Jeremy Gardais 2019-05-31 20:02:19 +02:00
parent 5dee91df3e
commit 8f36904af7
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* 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.
* Add libiptc0 (iptables dependency) to the list of old package to remove.
## v1.5.0

View File

@ -31,6 +31,7 @@ nft_pkg_state: 'present'
#
nft_old_pkg_list:
- 'iptables'
- 'libiptc0'
# ]]]
# .. envvar:: nft_old_pkg_state [[[
#