Steve Baker 60c8e52079 rename modified_image_prefix to target_image, use set_fact for timestamp
If set_fact is not used, the lookup(pipe) is evaluated every time it is
referenced, which means potentially different timestamps being
used.
2018-05-03 15:50:31 +12:00

6 lines
116 B
YAML

- import_tasks: precheck.yml
tags:
- always
- import_tasks: "{{ tasks_from | default('modify_image.yml') }}"