diff options
Diffstat (limited to 'playbooks/groups/resultsdb-prod.yml')
| -rw-r--r-- | playbooks/groups/resultsdb-prod.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/resultsdb-prod.yml b/playbooks/groups/resultsdb-prod.yml index d2fe457f2..4e617f126 100644 --- a/playbooks/groups/resultsdb-prod.yml +++ b/playbooks/groups/resultsdb-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 resultsdb production hosts: resultsdb-prod @@ -53,5 +53,5 @@ - { role: taskotron/execdb, tags: ['execdb'] } handlers: - - include: "{{ handlers }}/restart_services.yml" + - include: "{{ handlers_path }}/restart_services.yml" |
