Alan Orth
891bd35171
Child tasks inherit the tag of the parent. Signed-off-by: Alan Orth <alan.orth@gmail.com>
9 lines
246 B
YAML
9 lines
246 B
YAML
---
|
|
- name: Install iptables-persistent
|
|
apt: pkg=iptables-persistent update_cache=yes
|
|
|
|
- name: Copy /etc/iptables/rules.v4
|
|
template: src=iptables.j2 dest=/etc/iptables/rules.v4 owner=root mode=0600
|
|
notify:
|
|
- restart iptables-persistent
|