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
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# file: roles/ad-auth/tasks/sssd.yml # file: roles/ad-auth/tasks/sssd.yml
- name: ensure sssd is installed - name: ensure sssd is installed
apt: name="{{ item }}" state=installed apt: name="{{ item }}" state=installed install_recommends=no
with_items: with_items:
- sssd - sssd
- libpam-sss - libpam-sss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment