fix: load role defaults properly

This commit is contained in:
Simon Cornet 2025-11-30 16:18:45 +01:00
commit 8317bffa1c
2 changed files with 6 additions and 15 deletions

View file

@ -6,6 +6,10 @@
serial: 2
become: true
# load role defaults
vars_files:
- "defaults/main.yaml"
# import handlers
handlers:
- import_tasks: "handlers/main.yaml"