diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-11-23 15:40:30 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-11-23 15:40:30 +0100 |
commit | e1fc6a114e23eafc709163d8e6e625c0db211fe5 (patch) | |
tree | 3eff1c9d6cb6385c3de21b3a546502d6e7c33f88 /roles/webmail | |
parent | d20aaecc99fb7950e4a4f01608ccfd4c6969e216 (diff) |
Upgrade syntax to Ansible 2.4.
Diffstat (limited to 'roles/webmail')
-rw-r--r-- | roles/webmail/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |