diff options
Diffstat (limited to 'playbooks/groups/wiki.yml')
| -rw-r--r-- | playbooks/groups/wiki.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 487c78d62..1e5adae54 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -16,7 +16,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml pre_tasks: - - include: "{{ tasks }}/yumrepos.yml" + - include: "{{ tasks_path }}/yumrepos.yml" roles: - base @@ -36,8 +36,8 @@ when: env != "staging" } 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" |
