These need to be imported rather than included
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0ddc1fa522
commit
dc2355fd05
10 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue