feat: wire mysql delivery to awx callbacks

This commit is contained in:
mac
2026-07-28 14:45:17 +08:00
parent 5a260c443f
commit 8e09c30d21
13 changed files with 676 additions and 218 deletions
+9
View File
@@ -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