summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/tasks
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-11-23 15:40:30 +0100
committerGuilhem Moulin <guilhem@fripost.org>2017-11-23 15:40:30 +0100
commite1fc6a114e23eafc709163d8e6e625c0db211fe5 (patch)
tree3eff1c9d6cb6385c3de21b3a546502d6e7c33f88 /roles/IMAP/tasks
parentd20aaecc99fb7950e4a4f01608ccfd4c6969e216 (diff)
Upgrade syntax to Ansible 2.4.
Diffstat (limited to 'roles/IMAP/tasks')
-rw-r--r--roles/IMAP/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
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