Add libiptc0 to the list of old package to remove
libiptc0 is an iptables dependency.
This commit is contained in:
parent
5dee91df3e
commit
8f36904af7
|
@ -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
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ nft_pkg_state: 'present'
|
|||
#
|
||||
nft_old_pkg_list:
|
||||
- 'iptables'
|
||||
- 'libiptc0'
|
||||
# ]]]
|
||||
# .. envvar:: nft_old_pkg_state [[[
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue