handling ip address change
This commit is contained in:
parent
872512c4fa
commit
12f6fa4f92
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@
|
||||||
|
|
||||||
- name: apply interface-changes
|
- name: apply interface-changes
|
||||||
command: nmcli con up {{ item.split()[1] }}
|
command: nmcli con up {{ item.split()[1] }}
|
||||||
|
async: 1
|
||||||
|
poll: 0
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ if_uuid.stdout_lines }}"
|
- "{{ if_uuid.stdout_lines }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue