even more fixes inmem-test.yml
This commit is contained in:
@ -50,11 +50,11 @@
|
|||||||
- name: Exception caught
|
- name: Exception caught
|
||||||
debug:
|
debug:
|
||||||
msg:
|
msg:
|
||||||
- "host : {{ inventory_hostname }}"
|
- "tower_provision_host : {{ inventory_hostname }}"
|
||||||
- "rc : {{ r_check_file.rc }}"
|
- "tower_provision_rc : {{ r_check_file.rc }}"
|
||||||
- "stdout : {{ r_check_file.stdout }}"
|
- "tower_provision_stdout : {{ r_check_file.stdout }}"
|
||||||
- "stderr : {{ r_check_file.stderr }}"
|
- "tower_provision_stderr : {{ r_check_file.stderr }}"
|
||||||
- "msg : {{ r_check_file.msg }}"
|
- "tower_provision_msg : {{ r_check_file.msg }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Re-create files as needed
|
- name: Re-create files as needed
|
||||||
@ -81,8 +81,8 @@
|
|||||||
- name: Job complete
|
- name: Job complete
|
||||||
debug:
|
debug:
|
||||||
msg:
|
msg:
|
||||||
- "host : {{ inventory_hostname }}"
|
- "tower_provision_host : {{ inventory_hostname }}"
|
||||||
- "failed : {{ r_check_file.failed }}"
|
- "tower_provision_failed : {{ r_check_file.failed }}"
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user