summaryrefslogtreecommitdiffstats
path: root/roles/webmail
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-05-19 06:04:47 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-05-19 06:07:43 +0200
commitc9ecd815b4b77a57589f3588eba6c7d8ddfac020 (patch)
treed5c40f41b1f0357c4810805c5f78be113974d30e /roles/webmail
parentf105bfbac726cc6cdd6b8cb2edf0188ad6070016 (diff)
s/LDAP-provider/LDAP_provider/
This was forgotten after a092bfd947773281a23419ee0ab62358371b7166.
Diffstat (limited to 'roles/webmail')
-rw-r--r--roles/webmail/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/tasks/main.yml b/roles/webmail/tasks/main.yml
index 210d277..146c36f 100644
--- a/roles/webmail/tasks/main.yml
+++ b/roles/webmail/tasks/main.yml
@@ -1,5 +1,5 @@
- import_tasks: ldap.yml
- when: "'LDAP-provider' not in group_names"
+ when: "'LDAP_provider' not in group_names"
tags:
- ldap
- stunnel