switch all the handlers to import and drop the global static import
This commit is contained in:
parent
a4ca0db30c
commit
69fd8d117a
148 changed files with 254 additions and 255 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue