diff options
Diffstat (limited to 'playbooks/groups/mailman.yml')
| -rw-r--r-- | playbooks/groups/mailman.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 882802271..1d70e5217 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.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" # @@ -119,4 +119,4 @@ when: inventory_hostname.startswith('mailman01.phx2') or inventory_hostname.startswith('lists-dev') handlers: - - include: "{{ handlers }}/restart_services.yml" + - include: "{{ handlers_path }}/restart_services.yml" |
