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