This commit is contained in:
jonas
2021-10-18 08:26:26 +02:00
parent de1f37983b
commit 7f0b81f7ac
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Set {{ pillar['network']['wireless'] }} to not be managed by NetworkManager:
Delete {{ pillar['network']['interface'] }} connection:
cmd.run:
- name: nmcli connection delete {{ pillar['network']['interface'] }}
- unless: nmcli connection show {{ pillar['network']['interface'] }} > /dev/null
- onlyif: nmcli connection show {{ pillar['network']['interface'] }} > /dev/null
Install hostapd:
pkg.installed: