summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/packages.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/packages.yml')
-rw-r--r--playbooks/groups/packages.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/playbooks/groups/packages.yml b/playbooks/groups/packages.yml
index 86f5b00fe..ac256395e 100644
--- a/playbooks/groups/packages.yml
+++ b/playbooks/groups/packages.yml
@@ -29,12 +29,12 @@
- mod_wsgi
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"
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: set up gluster server on prod
hosts: packages
@@ -56,7 +56,7 @@
datadir: /srv/glusterfs/packages
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: set up gluster client on prod
hosts: packages
@@ -82,7 +82,7 @@
mountdir: /var/cache/fedoracommunity
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: dole out the new service specific config
hosts: packages:packages-stg
@@ -101,4 +101,4 @@
process: fedmsg-hub
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"