ff
This commit is contained in:
@@ -110,6 +110,12 @@
|
||||
loop_control:
|
||||
loop_var: int_name
|
||||
|
||||
- name: check
|
||||
debug:
|
||||
msg: "{{ nmcli_result_eth-{{ int_name }} }}"
|
||||
loop: "{{ phy_ints }}"
|
||||
loop_control:
|
||||
loop_var: int_name
|
||||
- name: Check result nmcli eth
|
||||
set_fact:
|
||||
nmcli_eth_failed: "{{ nmcli_result_eth-{{ int_name }}.rc != 0 }}"
|
||||
|
||||
Reference in New Issue
Block a user