Skip to content
Snippets Groups Projects
Commit 68b4191e authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

fixed syntax error in nat_server role

parent ee02f544
No related branches found
No related tags found
1 merge request!407fixed syntax error in nat_server role
......@@ -41,7 +41,8 @@
register: rule_changed
- name: restore rules
service: iptables
service:
name: iptables
state: reloaded
become: true
become_user: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment