Commit 29a1d2c
Fix network config in create_cloud_init_iso.yml
The tasks before this one set a fact `_network_data`, it was looking for
a defined `_network_config` in this task which is never set so
`cifmw_config_drive_networkconfig` end up being `None` even if we
defined network config in `cifmw_libvirt_manager_configuration`.
Jira: OSPRH-171071 parent 4394d2a commit 29a1d2c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
0 commit comments