ff
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user