Move global defaults into role defaults
This commit is contained in:
6
roles/global_defaults/tasks/main.yml
Normal file
6
roles/global_defaults/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Load global defaults
|
||||
ansible.builtin.debug:
|
||||
msg: "Global defaults loaded."
|
||||
verbosity: 1
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user