1
0
Fork 0
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:
Jerry Vonau 2020-05-04 13:09:02 -05:00
parent 60a6484c51
commit 263010cfdf

View file

@ -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: