From ace28967904810c49b46eaeefdf5d79b390b6125 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sun, 1 Sep 2024 22:36:24 +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 7a111d4..7c4dd14 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -89,7 +89,7 @@ command: /usr/bin/nmcli c up {{ wifi_ssid }} - name: Run nmcli to activate LTE access point connection - command: /usr/bin/nmcli c {{ LTE_con_name }} + command: /usr/bin/nmcli c up {{ LTE_con_name }} # - name: Configure {{ wifi_int.stdout_lines | first }} interface # template: # src: 25-wireless.network.j2