From e1fc6a114e23eafc709163d8e6e625c0db211fe5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 23 Nov 2017 15:40:30 +0100 Subject: Upgrade syntax to Ansible 2.4. --- roles/webmail/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/webmail') diff --git a/roles/webmail/tasks/main.yml b/roles/webmail/tasks/main.yml index cd9f0c7..210d277 100644 --- a/roles/webmail/tasks/main.yml +++ b/roles/webmail/tasks/main.yml @@ -1,9 +1,9 @@ -- include: ldap.yml +- import_tasks: ldap.yml when: "'LDAP-provider' not in group_names" tags: - ldap - stunnel -- include: roundcube.yml +- import_tasks: roundcube.yml tags: - roundcube - webmail -- cgit v1.2.3