Add handlers to this playbook
This commit is contained in:
parent
80439f2367
commit
424b91148c
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@
|
|||
- name: set hostname (required by some services, at least postfix need it)
|
||||
shell: "hostname {{inventory_hostname}}"
|
||||
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue