more refinements for split-host-job-launch-webhook-files.yml

This commit is contained in:
2022-05-05 00:06:57 -04:00
parent deb0d16a0d
commit 49dce50150
2 changed files with 44 additions and 21 deletions

17
temp.yml Normal file
View File

@ -0,0 +1,17 @@
---
- name: For Testing Ideas
hosts: all
connection: local
gather_facts: no
become: no
vars_files:
- vars/defaults.yml
tasks:
...