Import handlers through path

This commit is contained in:
Sonny Bakker 2021-01-30 16:53:37 +01:00
parent a1894c350d
commit b45c9e8c57

View file

@ -24,9 +24,7 @@
- import_tasks: 'tasks/timer.yml'
handlers:
- import_tasks: 'handlers.yml'
- include_role:
name: common
tasks_from: 'handlers/user.yml'
- import_tasks: 'roles/common/handlers/user.yml'
vars_files:
- 'vars/main.yml'
- 'vars/gpg.yml'