1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

restart.yml netplan fix needs is_ubuntu

This commit is contained in:
Jerry Vonau 2020-05-04 12:51:36 -05:00
parent 050722f3a0
commit 60a6484c51

View file

@ -32,7 +32,7 @@
- name: Reload netplan for Wifi gateway on Ubuntu 18+ - name: Reload netplan for Wifi gateway on Ubuntu 18+
shell: netplan apply shell: netplan apply
when: wifi_up_down and netplan.stdout.find("yaml") != -1 when: wifi_up_down and is_ubuntu and netplan.stdout.find("yaml") != -1
- name: Start named service - name: Start named service
systemd: systemd: