ansible/test/integration/targets/template/custom_tasks/tasks/main.yml

13 lines
219 B
YAML
Raw Normal View History

---
- template:
src: test
dest: "{{ output_dir }}/templated_test"
register: custom_template_result
- debug:
msg: "{{ custom_template_result }}"
- assert:
that:
- custom_template_result.changed