From 3abec08e3b9727c73c61d0203015886ffadb1996 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sun, 1 Sep 2024 22:34:15 +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 d4340b0..7a111d4 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -88,7 +88,7 @@ - name: Run nmcli to activate wifi access point connection command: /usr/bin/nmcli c up {{ wifi_ssid }} -- name: Run nmcli to activate wifi access point connection +- name: Run nmcli to activate LTE access point connection command: /usr/bin/nmcli c {{ LTE_con_name }} # - name: Configure {{ wifi_int.stdout_lines | first }} interface # template: