mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
|
||||||
# now pick up denyinterfaces
|
- name: Clone wifi if needed
|
||||||
#- name: Restart dhcpcd
|
systemd:
|
||||||
# service:
|
name: clone-wifi
|
||||||
# name: dhcpcd
|
state: started
|
||||||
# state: restarted
|
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
|
- name: Restart the networking service if appropriate
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue