Move up the handlers declaration
This commit is contained in:
parent
a69452cfd7
commit
1633b47205
1 changed files with 3 additions and 3 deletions
|
@ -59,6 +59,9 @@
|
|||
user: root
|
||||
gather_facts: True
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
|
@ -67,6 +70,3 @@
|
|||
roles:
|
||||
- { role: rdbsync, tags: ['rdbsync']}
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue