Skip to content
Snippets Groups Projects
Commit ab1b4c46 authored by Your Name's avatar Your Name
Browse files

fixed typo

parent a6b69d61
Branches master
Tags 11.0.3
No related merge requests found
......@@ -106,7 +106,7 @@
group: root
mode: 0640
content: "systemctl restart docker.service"
when: shorewall_conf_docker != "No" || shorewall_conf_docker != "no" || shorewall_conf_docker != False
when: shorewall_conf_docker != "No" or shorewall_conf_docker != "no" or shorewall_conf_docker != False
- name: template shorewall6 config files
template:
......
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