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:
@ -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
|
||||
|
Reference in New Issue
Block a user