Remove empty lines (yamllint)
This commit is contained in:
parent
5416e20904
commit
3b55e70281
|
@ -9,5 +9,3 @@
|
||||||
nft_debug: true
|
nft_debug: true
|
||||||
# can't remove iptables on an instance with docker
|
# can't remove iptables on an instance with docker
|
||||||
nft_old_pkg_manage: false
|
nft_old_pkg_manage: false
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -186,4 +186,3 @@
|
||||||
when: (nft_enabled|bool and
|
when: (nft_enabled|bool and
|
||||||
nft_service_manage|bool)
|
nft_service_manage|bool)
|
||||||
notify: ['Restart nftables service']
|
notify: ['Restart nftables service']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue