Add and fix tags
This commit is contained in:
parent
6d2e49a027
commit
1351e18c25
|
@ -11,7 +11,6 @@
|
||||||
ip_version: 'ip{{ item.ipv }}'
|
ip_version: 'ip{{ item.ipv }}'
|
||||||
protocol: '{{ item.proto }}'
|
protocol: '{{ item.proto }}'
|
||||||
tags:
|
tags:
|
||||||
- update
|
|
||||||
- firewall
|
- firewall
|
||||||
- name: Save netfilter rules
|
- name: Save netfilter rules
|
||||||
command:
|
command:
|
||||||
|
@ -19,5 +18,4 @@
|
||||||
- '/usr/sbin/netfilter-persistent'
|
- '/usr/sbin/netfilter-persistent'
|
||||||
- 'save'
|
- 'save'
|
||||||
tags:
|
tags:
|
||||||
- update
|
|
||||||
- firewall
|
- firewall
|
||||||
|
|
Reference in New Issue