summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-10-11 19:59:17 +0200
committerGuilhem Moulin <guilhem@fripost.org>2022-10-11 20:05:33 +0200
commitab1f9b0eb7b3cd3c14ba4722a3c85507efde1fcd (patch)
treef88b44709dd99cd84a90bdffe6d5af75dd2f2e84 /roles
parenteeadb037937ee1b5da6e084b98acb8f9c3242e2f (diff)
openldap module: Fix python3's bytes vs str mismatch.
Diffstat (limited to 'roles')
-rw-r--r--roles/common-LDAP/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml
index 89dd1d8..37edb0b 100644
--- a/roles/common-LDAP/tasks/main.yml
+++ b/roles/common-LDAP/tasks/main.yml
@@ -8,7 +8,7 @@
- ldap-utils
- ldapvi
- db-util
- - python-ldap
+ - python3-ldap
# for the 'slapd2' munin plugin
- libnet-ldap-perl
- libauthen-sasl-perl