|
|
|
@ -55,6 +55,7 @@
|
|
|
|
|
patterns: ifcfg-*
|
|
|
|
|
contains: "# This file is autogenerated by os-net-config"
|
|
|
|
|
register: os_net_ifcfg_files
|
|
|
|
|
when: reboot_required is defined and reboot_required
|
|
|
|
|
|
|
|
|
|
# Provisioning Network workaround
|
|
|
|
|
# The script will be executed before os-net-config, in which case, only Provisioning network will have IP
|
|
|
|
@ -79,4 +80,6 @@
|
|
|
|
|
with_items:
|
|
|
|
|
- "{{ ifcfg_files.files }}"
|
|
|
|
|
become: true
|
|
|
|
|
when: os_net_ifcfg_files.matched == 0
|
|
|
|
|
when:
|
|
|
|
|
- reboot_required is defined and reboot_required
|
|
|
|
|
- os_net_ifcfg_files.matched == 0
|
|
|
|
|