feat: include handlers
This commit is contained in:
parent
61e48d8c08
commit
1d5c59523c
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@
|
|||
hosts: "all"
|
||||
serial: 2
|
||||
become: true
|
||||
|
||||
# import handlers
|
||||
handlers:
|
||||
- import_tasks: "handlers/main.yaml"
|
||||
|
||||
# include tasks
|
||||
tasks:
|
||||
|
||||
# load default variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue