ansible-role-tripleo-modify.../tasks/precheck.yml
Steve Baker e40a425633 Move modify_dir_path out of precheck.yaml
yum-update.yaml will define modify_dir_path, so it won't exist during
precheck.
2018-05-04 13:09:55 +12:00

7 lines
131 B
YAML

- name: Ensure that source_image is defined
assert:
that:
- source_image is defined
- source_image | length > 0