Remove empty lines (yamllint)

This commit is contained in:
Paweł Krawczyk 2021-08-07 23:35:43 +01:00
parent 5416e20904
commit 3b55e70281
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
2 changed files with 2 additions and 5 deletions

View File

@ -9,5 +9,3 @@
nft_debug: true
# can't remove iptables on an instance with docker
nft_old_pkg_manage: false

View File

@ -186,4 +186,3 @@
when: (nft_enabled|bool and
nft_service_manage|bool)
notify: ['Restart nftables service']