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:
parent
050722f3a0
commit
60a6484c51
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: Reload netplan for Wifi gateway on Ubuntu 18+
|
||||
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
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue