add file creation job call

This commit is contained in:
Chris Hammer
2022-02-22 10:36:39 -05:00
parent e89fecc514
commit 50b2dc410e
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
tower_launch_jobs:
- name: file_creation_test
extra_vars:
tower_provision_host : "{{ tower_provision_host | default('localhost') }}"
...