Skip to content
Snippets Groups Projects
Commit 12a8f60e authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'th/ldap' into 'master'

ad-auth: Install all required LDAP software

See merge request !12
parents 0d7e22a5 6412e32f
No related branches found
No related tags found
1 merge request!12ad-auth: Install all required LDAP software
Pipeline #7052 passed
---
# file: roles/ad-auth/tasks/ldap.yml
- name: ensure ldap-utils is installed
- name: Install required LDAP software
apt:
name: ldap-utils
name:
- ldap-utils
- libldap-common
state: present
install_recommends: true
tags:
- ldap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment