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