summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/anitya.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/anitya.yml')
-rw-r--r--playbooks/groups/anitya.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/groups/anitya.yml b/playbooks/groups/anitya.yml
index 3d290d46a..3809bd967 100644
--- a/playbooks/groups/anitya.yml
+++ b/playbooks/groups/anitya.yml
@@ -22,12 +22,12 @@
- openvpn/client
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 the frontend bits
hosts: anitya-frontend
@@ -56,7 +56,7 @@
- anitya
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: set up the backend bits
hosts: anitya-backend
@@ -76,4 +76,4 @@
- anitya
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"