From a8274fc5077766ee7fc992fd0a9755aa5fb59241 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sat, 12 Oct 2024 19:40:14 +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 889be43..1f765b0 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -104,7 +104,7 @@ - name: Run nmcli to check if Ethernet connection has already been added shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}' - register: "nmcli_result_eth-{{ int_name }}" + register: nmcli_result_eth-{{ int_name }} ignore_errors: True loop: "{{ phy_ints }}" loop_control: