This commit is contained in:
2024-09-03 22:05:28 +03:00
parent 7ae22dfb3e
commit b6f4a203a4
2 changed files with 11 additions and 8 deletions

View File

@@ -65,11 +65,11 @@
dest: /etc/dnsmasq.conf
tags: dnsmasq
# - name: Configure NetworkManager
# template:
# src: NetworkManager.conf.j2
# dest: /etc/NetworkManager/NetworkManager.conf
# notify: Reload NetworkManager
- name: Configure NetworkManager
template:
src: NetworkManager.conf.j2
dest: /etc/NetworkManager/NetworkManager.conf
notify: Reload NetworkManager
- name: Run nmcli to check if wifi access point connection has already been added
shell: /usr/bin/nmcli c | grep {{ wifi_ssid }}
@@ -153,9 +153,7 @@
apply:
tags:
- iptables
tags:
- iptables
- flush
notify: Restart NetworkManager