summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/autocloud-backend.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/autocloud-backend.yml')
-rw-r--r--playbooks/groups/autocloud-backend.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/autocloud-backend.yml b/playbooks/groups/autocloud-backend.yml
index adbbed5d9..1924baf9e 100644
--- a/playbooks/groups/autocloud-backend.yml
+++ b/playbooks/groups/autocloud-backend.yml
@@ -11,7 +11,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- - include: "{{ tasks }}/yumrepos.yml"
+ - include: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
@@ -24,11 +24,11 @@
- sudo
tasks:
- - include: "{{ tasks }}/2fa_client.yml"
- - include: "{{ tasks }}/motd.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: dole out the service-specific config
hosts: autocloud-backend:autocloud-backend-stg
@@ -39,7 +39,7 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- redis