more fixes
This commit is contained in:
@ -27,7 +27,6 @@
|
|||||||
|
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/defaults.yml
|
|
||||||
- vars/job_launch_file_creation.yml
|
- vars/job_launch_file_creation.yml
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
tower_api_host : https://tower2.thezengarden.net
|
|
||||||
tower_api_user : admin
|
|
||||||
tower_api_pass : redhat
|
|
@ -2,11 +2,11 @@
|
|||||||
tower_launch_jobs:
|
tower_launch_jobs:
|
||||||
- name: file_creation_test
|
- name: file_creation_test
|
||||||
extra_vars:
|
extra_vars:
|
||||||
host : "{{ inventory_hostname }}"
|
fail_host : "{{ inventory_hostname }}"
|
||||||
rc : "{{ r_check_file.rc }}"
|
fail_rc : "{{ r_check_file.rc }}"
|
||||||
stdout : "{{ r_check_file.stdout }}"
|
fail_stdout : "{{ r_check_file.stdout }}"
|
||||||
stderr : "{{ r_check_file.stderr }}"
|
fail_stderr : "{{ r_check_file.stderr }}"
|
||||||
msg : "{{ r_check_file.msg }}"
|
fail_msg : "{{ r_check_file.msg }}"
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user