first stab at replacing include with include_playbook or includ_tasks

This commit is contained in:
Kevin Fenzi 2017-10-15 19:46:08 +00:00
parent 46c0c63d92
commit ceff9bfca4
210 changed files with 1125 additions and 1126 deletions

View file

@ -8,7 +8,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- include_tasks: "{{ handlers_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: "{{ handlers_path }}/restart_services.yml"
- include_tasks: "{{ handlers_path }}/restart_services.yml"
tasks: