Map global defaults in playbook

This commit is contained in:
2026-01-02 15:10:34 +01:00
parent 78316a8946
commit f8e3ce62d4
4 changed files with 131 additions and 32 deletions
-5
View File
@@ -1,6 +1 @@
---
- name: Load global defaults
ansible.builtin.debug:
msg: "Global defaults loaded."
verbosity: 1
changed_when: false