14 lines
333 B
YAML
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 }}"
|
|
|
|
|
|
...
|