Merge "Initialize 'auth' to empty dict on bifrost_configdrives_dynamic"
This commit is contained in:
commit
ac3ca895b3
@ -18,7 +18,7 @@
|
|||||||
- name: "Collecting node facts"
|
- name: "Collecting node facts"
|
||||||
os_ironic_facts:
|
os_ironic_facts:
|
||||||
auth_type: None
|
auth_type: None
|
||||||
auth: None
|
auth: {}
|
||||||
ironic_url: "{{ ironic_url }}"
|
ironic_url: "{{ ironic_url }}"
|
||||||
uuid: "{{ uuid | default() }}"
|
uuid: "{{ uuid | default() }}"
|
||||||
name: "{{ name | default() }}"
|
name: "{{ name | default() }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user