[sssd] Ensure nslcd is installed to get hosts

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-07-10 14:24:13 +02:00 committed by ynerant
parent b089c186b5
commit 21f064dd39
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@
apt: apt:
update_cache: true update_cache: true
name: name:
- sssd
- libnss-ldapd - libnss-ldapd
- libpam-ldapd - libpam-ldapd
- nslcd
- sssd
state: present state: present
register: apt_result register: apt_result
retries: 3 retries: 3