Fix ipset:type colon handling error

This commit is contained in:
Javier Bértoli 2018-05-10 07:53:54 -03:00
parent b607a7abdd
commit 2fc03fbd70
2 changed files with 3 additions and 4 deletions

View File

@ -58,8 +58,8 @@ Salt Compatibility
Tested with: Tested with:
* 2014.1.x * 2017.7.x
* 2015.5.x * 2018.3.x
OS Compatibility OS Compatibility
================ ================

View File

@ -45,8 +45,7 @@ directory_firewalld_ipsets:
- watch_in: - watch_in:
- cmd: reload_firewalld # reload firewalld config - cmd: reload_firewalld # reload firewalld config
- context: - context:
name: {{ z_name }} ipset: {{ v|json_encode_dict }}
ipset: {{ v }}
{% endfor %} {% endfor %}
{%- endif %} {%- endif %}