Files
tower-tests/vars/job_launch_file_creation.yml
2022-02-13 12:54:12 -05:00

14 lines
333 B
YAML

---
tower_launch_jobs:
- name: file_creation_test
job_template : 27
extra_vars :
fail_host : "{{ inventory_hostname }}"
fail_rc : "{{ r_check_file.rc }}"
fail_stdout : "{{ r_check_file.stdout }}"
fail_stderr : "{{ r_check_file.stderr }}"
fail_msg : "{{ r_check_file.msg }}"
...