Commit 269b8f0d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: fix imt-re6stnet

parent 4d8869ac
......@@ -34,7 +34,7 @@
- name: Include interface
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="interface {{ lan_iface_name }}"
when: interface_name != "noname"
when: lan_iface_name != "noname"
- name: restart re6stnet service
service: name=re6stnet state=restarted enabled=yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment