This commit is contained in:
2024-10-12 20:00:41 +03:00
parent a90be2a294
commit 7973f944de

View File

@@ -105,7 +105,7 @@
- name: Run nmcli to check if Ethernet connection has already been added - name: Run nmcli to check if Ethernet connection has already been added
shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}' shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}'
set_fact: set_fact:
nmcli_result_eth_{{ int_name }} "nmcli_result_eth_{{ int_name }}"
ignore_errors: True ignore_errors: True
loop: "{{ phy_ints }}" loop: "{{ phy_ints }}"
loop_control: loop_control: