move to cop collection for inmem-test.yml

This commit is contained in:
Chris Hammer
2022-02-10 13:21:32 -05:00
parent 54cc8326b4
commit c09972268a
3 changed files with 15 additions and 13 deletions

View File

@ -0,0 +1,12 @@
---
tower_launch_jobs:
- name: file_creation_test
extra_vars:
host : "{{ inventory_hostname }}"
rc : "{{ r_check_file.rc }}"
stdout : "{{ r_check_file.stdout }}"
stderr : "{{ r_check_file.stderr }}"
msg : "{{ r_check_file.msg }}"
...