feat: wire mysql delivery to awx callbacks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Gather host facts for delivery directory discovery
|
||||
hosts: "{{ target_hosts | default('all') }}"
|
||||
become: true
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Show discovered mounts
|
||||
ansible.builtin.debug:
|
||||
var: ansible_mounts
|
||||
Reference in New Issue
Block a user