switch all the handlers to import and drop the global static import

This commit is contained in:
Kevin Fenzi 2017-10-15 20:29:59 +00:00
parent a4ca0db30c
commit 69fd8d117a
148 changed files with 254 additions and 255 deletions

View file

@ -8,7 +8,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handllers_path }}/restart_services.yml"
tasks:
- name: create new production ticket key
@ -27,7 +27,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handllers_path }}/restart_services.yml"
tasks: