1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Jerry Vonau 2017-10-31 16:41:13 -05:00
parent 38fcc3c284
commit 1e3827f97f

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