mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
raspbian - only start clone-wifi if wired gateway is used
This commit is contained in:
parent
60a6484c51
commit
263010cfdf
1 changed files with 6 additions and 5 deletions
|
@ -50,11 +50,12 @@
|
|||
systemd:
|
||||
daemon_reload: yes
|
||||
|
||||
# now pick up denyinterfaces
|
||||
#- name: Restart dhcpcd
|
||||
# service:
|
||||
# name: dhcpcd
|
||||
# state: restarted
|
||||
- name: Clone wifi if needed
|
||||
systemd:
|
||||
name: clone-wifi
|
||||
state: started
|
||||
when: not no_net_restart
|
||||
# might be able to pull off wifi with the staging in restart.yml
|
||||
|
||||
- name: Restart the networking service if appropriate
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue