Commit 5f28df10 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix name of re6st service for IMT scenario

parent 10cdf5af
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="interface {{ lan_iface_name }}" lineinfile: dest=/etc/re6stnet/re6stnet.conf line="interface {{ lan_iface_name }}"
when: interface_name != "noname" when: interface_name != "noname"
- name: restart re6st-node service - name: restart re6stnet service
service: name=re6st-node state=restarted enabled=yes service: name=re6stnet state=restarted enabled=yes
roles: roles:
- { role: re6stnet-install } - { role: re6stnet-install }
......
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