From 7973f944de8864b00d8cc1372849233a29e05a64 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sat, 12 Oct 2024 20:00:41 +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 65b5a7f..9736c3e 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -105,7 +105,7 @@ - name: Run nmcli to check if Ethernet connection has already been added shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}' set_fact: - nmcli_result_eth_{{ int_name }} + "nmcli_result_eth_{{ int_name }}" ignore_errors: True loop: "{{ phy_ints }}" loop_control: