Skip to content
Snippets Groups Projects
Commit 3ff8a12d authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

ad-auth: remove installation of libsss-sudo see...

ad-auth: remove installation of libsss-sudo see (https://bugzilla.redhat.com/show_bug.cgi?id=879633)
parent 5329cda7
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# file: roles/ad-auth/tasks/sssd.yml
- name: ensure sssd is installed
apt: name="{{ item }}" state=installed
apt: name="{{ item }}" state=installed install_recommends=no
with_items:
- sssd
- libpam-sss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment