From 3b52624dbf899c91be5b04500a3d151d67a3116f Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sat, 12 Oct 2024 20:04:45 +0300 Subject: [PATCH] ff --- roles/configure/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 30bc7cf..0b99d77 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -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 }} \