summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/qa.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/qa.yml')
-rw-r--r--playbooks/groups/qa.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/playbooks/groups/qa.yml b/playbooks/groups/qa.yml
index 2702155c5..d5573d645 100644
--- a/playbooks/groups/qa.yml
+++ b/playbooks/groups/qa.yml
@@ -28,15 +28,15 @@
- apache
pre_tasks:
- - include: "{{ tasks }}/yumrepos.yml"
+ - include: "{{ tasks_path }}/yumrepos.yml"
tasks:
# this is how you include other task lists
- - 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: configure phabricator
hosts: qa-prod:qa-stg
@@ -54,7 +54,7 @@
- { role: phabricator, tags: ['phabricator'] }
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: configure qa uildbot CI
@@ -74,7 +74,7 @@
- { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] }
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: configure static sites for qa-stg
hosts: qa-prod:qa-stg
@@ -113,6 +113,6 @@
when: deployment_type != "qa-stg", tags: ['imagefactoryclient'] }
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"