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

@ -8,6 +8,4 @@
- role: ipr-cnrs.nftables - role: ipr-cnrs.nftables
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

View File

@ -185,5 +185,4 @@
register: nftables__register_systemd_service register: nftables__register_systemd_service
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']