e40a425633
yum-update.yaml will define modify_dir_path, so it won't exist during precheck.
7 lines
131 B
YAML
7 lines
131 B
YAML
- name: Ensure that source_image is defined
|
|
assert:
|
|
that:
|
|
- source_image is defined
|
|
- source_image | length > 0
|
|
|