This commit is contained in:
2024-10-12 19:32:01 +03:00
parent 7f9c4a9cf3
commit 8a9291d8b8

View File

@@ -106,6 +106,9 @@
shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}' shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}'
register: nmcli_result_eth register: nmcli_result_eth
ignore_errors: True ignore_errors: True
loop: "{{ phy_ints }}"
loop_control:
loop_var: int_name
- name: Check result nmcli eth - name: Check result nmcli eth
set_fact: set_fact: