From c9ecd815b4b77a57589f3588eba6c7d8ddfac020 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 19 May 2020 06:04:47 +0200 Subject: s/LDAP-provider/LDAP_provider/ This was forgotten after a092bfd947773281a23419ee0ab62358371b7166. --- roles/webmail/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/webmail') 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 -- cgit v1.2.3