Merge "Fix uuid and name parameters in inspect task"
This commit is contained in:
commit
df9ed4e7fc
@ -38,6 +38,7 @@
|
||||
auth_type: "{{ auth_type | default(omit) }}"
|
||||
auth: "{{ auth | default(omit) }}"
|
||||
ironic_url: "{{ ironic_url | default(omit) }}"
|
||||
uuid: "{{ uuid }}"
|
||||
uuid: "{{ uuid | default('') }}"
|
||||
name: "{{ name | default('') }}"
|
||||
timeout: "{{ inspection_wait_timeout }}"
|
||||
delegate_to: localhost
|
||||
|
Loading…
Reference in New Issue
Block a user