mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
is_VM
This commit is contained in:
parent
2c9a2970bc
commit
9f9a462ad0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue