Normalize user-facing defaults
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
unit_number: 1
|
||||
controller_type: sata
|
||||
type: iso
|
||||
iso_path: "{{ rhel_iso | default(omit) }}"
|
||||
iso_path: "{{ rhel_iso if rhel_iso | length > 0 else omit }}"
|
||||
state: absent
|
||||
failed_when: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user