summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/bodhi-backend.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/bodhi-backend.yml')
-rw-r--r--playbooks/groups/bodhi-backend.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml
index c88b01b12..fff3efc7e 100644
--- a/playbooks/groups/bodhi-backend.yml
+++ b/playbooks/groups/bodhi-backend.yml
@@ -74,9 +74,9 @@
file: src=/mnt/fedora_koji_prod/koji dest=/mnt/koji/vol/prod state=link
tags: bodhi
when: env == 'staging'
- - include: "{{ tasks }}/2fa_client.yml"
- - include: "{{ tasks }}/yumrepos.yml"
- - include: "{{ tasks }}/motd.yml"
+ - include: "{{ tasks_path }}/2fa_client.yml"
+ - include: "{{ tasks_path }}/yumrepos.yml"
+ - include: "{{ tasks_path }}/motd.yml"
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"