This commit is contained in:
2024-10-12 20:04:45 +03:00
parent bc4b673644
commit 3b52624dbf

View File

@@ -142,7 +142,7 @@
loop: "{{ phy_ints }}"
loop_control:
loop_var: int_name
when: nmcli_eth_failed
# when: nmcli_eth_failed
- name: Run nmcli to add a connection with the specified parameters as a wifi access point if above check has failed
command: /usr/bin/nmcli c add ipv4.method shared autoconnect yes save yes con-name {{ wifi_ssid }} ifname {{ wifi_int.stdout }} \