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/IMAP/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/IMAP/tasks') diff --git a/roles/IMAP/tasks/main.yml b/roles/IMAP/tasks/main.yml index b26cb10..694fa69 100644 --- a/roles/IMAP/tasks/main.yml +++ b/roles/IMAP/tasks/main.yml @@ -1,15 +1,15 @@ --- -- include: imap.yml +- import_tasks: imap.yml tags: - imap - dovecot -- include: mda.yml +- import_tasks: mda.yml tags: - mda - mail - postfix ## TODO spam filter -#- include: spam.yml +#- import_tasks: spam.yml # tags: # - spam # - amavis -- cgit v1.2.3