1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
This commit is contained in:
Jerry Vonau 2017-10-31 16:41:13 -05:00
parent 2c9a2970bc
commit 9f9a462ad0

View file

@ -67,7 +67,7 @@
- name: restart the networking service
service: name=networking state=restarted
when: interface.changed
when: interface.changed and not is_VM is defined
- name: restart hostapd when wifi is present
service: name=hostapd state=started