These need to be imported rather than included

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-16 21:58:36 +00:00
parent 0ddc1fa522
commit dc2355fd05
10 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
roles:

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
roles:

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
tasks:
- name: install special fedorahosted-redirects.conf with fedorahosted redirects

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
roles:

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
tasks:
# We retired this in favor of PDC

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
roles:

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
vars:
- varnish_url: http://localhost:6081

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
roles:

View file

@ -9,7 +9,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"
pre_tasks:

View file

@ -11,5 +11,5 @@
- include_tasks: "{{ tasks_path }}/virt_instance_create.yml"
handlers:
- include_tasks: "{{ handlers_path }}/restart_services.yml"
- import_tasks: "{{ handlers_path }}/restart_services.yml"