This commit is contained in:
2024-09-01 22:36:24 +03:00
parent ad75000d13
commit ace2896790

View File

@@ -89,7 +89,7 @@
command: /usr/bin/nmcli c up {{ wifi_ssid }} command: /usr/bin/nmcli c up {{ wifi_ssid }}
- name: Run nmcli to activate LTE access point connection - 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 # - name: Configure {{ wifi_int.stdout_lines | first }} interface
# template: # template:
# src: 25-wireless.network.j2 # src: 25-wireless.network.j2