summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/memcached.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/memcached.yml')
-rw-r--r--playbooks/groups/memcached.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/groups/memcached.yml b/playbooks/groups/memcached.yml
index 0e0fea21e..f3660f2a3 100644
--- a/playbooks/groups/memcached.yml
+++ b/playbooks/groups/memcached.yml
@@ -22,9 +22,9 @@
- memcached
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"