diff options
Diffstat (limited to 'playbooks/groups/proxies.yml')
| -rw-r--r-- | playbooks/groups/proxies.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index d31645a46..b4e22dedc 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -46,18 +46,18 @@ state=link when: inventory_hostname == 'proxy01.phx2.fedoraproject.org' - - include: "{{ tasks }}/yumrepos.yml" - - include: "{{ tasks }}/2fa_client.yml" - - include: "{{ tasks }}/motd.yml" + - include: "{{ tasks_path }}/yumrepos.yml" + - include: "{{ tasks_path }}/2fa_client.yml" + - include: "{{ tasks_path }}/motd.yml" - # You might think we would want these tasks on the proxy nodes, but they + # You might think we would want these tasks_path on the proxy nodes, but they # actually deliver a configuration that our proxy-specific roles below then go # and overwrite... so, let's just leave them out. - #- include: "{{ tasks }}/apache.yml" - #- include: "{{ tasks }}/mod_wsgi.yml" + #- include: "{{ tasks_path }}/apache.yml" + #- include: "{{ tasks_path }}/mod_wsgi.yml" handlers: - - include: "{{ handlers }}/restart_services.yml" + - include: "{{ handlers_path }}/restart_services.yml" # TODO @@ -89,7 +89,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include: "{{ handlers }}/restart_services.yml" + - include: "{{ handlers_path }}/restart_services.yml" pre_tasks: # @@ -179,7 +179,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include: "{{ handlers }}/restart_services.yml" + - include: "{{ handlers_path }}/restart_services.yml" pre_tasks: # |
