Revert "Fix ipset:type colon handling error"
This commit is contained in:
parent
0a1f82dbf6
commit
c7f4b3a611
@ -58,8 +58,8 @@ Salt Compatibility
|
||||
|
||||
Tested with:
|
||||
|
||||
* 2017.7.x
|
||||
* 2018.3.x
|
||||
* 2014.1.x
|
||||
* 2015.5.x
|
||||
|
||||
OS Compatibility
|
||||
================
|
||||
|
@ -45,7 +45,8 @@ directory_firewalld_ipsets:
|
||||
- watch_in:
|
||||
- cmd: reload_firewalld # reload firewalld config
|
||||
- context:
|
||||
ipset: {{ v|json_encode_dict }}
|
||||
name: {{ z_name }}
|
||||
ipset: {{ v }}
|
||||
|
||||
{% endfor %}
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user