summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/taskotron-prod.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/taskotron-prod.yml')
-rw-r--r--playbooks/groups/taskotron-prod.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/taskotron-prod.yml b/playbooks/groups/taskotron-prod.yml
index 633feaf92..184b11b00 100644
--- a/playbooks/groups/taskotron-prod.yml
+++ b/playbooks/groups/taskotron-prod.yml
@@ -29,12 +29,12 @@
tasks:
# this is how you include other task lists
- - 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: configure taskotron master
hosts: taskotron-prod
@@ -55,4 +55,4 @@
- { role: taskotron/taskotron-frontend, tags: ['frontend'] }
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"