summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/loopabull.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/loopabull.yml')
-rw-r--r--playbooks/groups/loopabull.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/groups/loopabull.yml b/playbooks/groups/loopabull.yml
index 03d0882cd..425953dd8 100644
--- a/playbooks/groups/loopabull.yml
+++ b/playbooks/groups/loopabull.yml
@@ -12,7 +12,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: Deploy and configure loopabull
hosts: loopabull-stg