roles/common: Always restart nftables service

The "reload" capability only exists on Ubuntu, and it is exactly
the same as the "restart" functionality.
This commit is contained in:
2021-08-01 14:23:00 +03:00
parent 98cc3a8c2e
commit b5ea575d8d
2 changed files with 4 additions and 4 deletions

View File

@ -16,5 +16,5 @@
- name: reload systemd
systemd: daemon_reload=yes
- name: reload nftables
systemd: name=nftables state=reloaded
- name: restarted nftables
systemd: name=nftables state=restarted