summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/statscache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/statscache.yml')
-rw-r--r--playbooks/groups/statscache.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/groups/statscache.yml b/playbooks/groups/statscache.yml
index ee7a8a9f6..65725401f 100644
--- a/playbooks/groups/statscache.yml
+++ b/playbooks/groups/statscache.yml
@@ -14,7 +14,7 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- base
@@ -27,9 +27,9 @@
- sudo
tasks:
- - 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"
- name: Stuff just for the web frontend
hosts: statscache-web:statscache-web-stg
@@ -40,7 +40,7 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- mod_wsgi
@@ -57,7 +57,7 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- fedmsg/hub