Rename handlers
This commit is contained in:
parent
8a0c3463c1
commit
996800a848
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Load iptables rules for IPv4
|
||||
- name: iptables | Load iptables rules for IPv4
|
||||
shell: 'cat {{ iptables__conf_ipv4 }} | iptables-restore'
|
||||
|
||||
- name: Load iptables rules for IPv6
|
||||
- name: iptables | Load iptables rules for IPv6
|
||||
shell: 'cat {{ iptables__conf_ipv6 }} | ip6tables-restore'
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
mode: 'u=rw,go=r'
|
||||
owner: root
|
||||
group: root
|
||||
notify: Load iptables rules for IPv4
|
||||
notify: iptables | Load iptables rules for IPv4
|
||||
|
||||
- name: Install iptables rules for IPv6
|
||||
template:
|
||||
|
@ -27,4 +27,4 @@
|
|||
mode: 'u=rw,go=r'
|
||||
owner: root
|
||||
group: root
|
||||
notify: Load iptables rules for IPv6
|
||||
notify: iptables | Load iptables rules for IPv6
|
||||
|
|
Loading…
Add table
Reference in a new issue