From 3ff8a12d531fe9aaa9e51a3c1dbc74eeb236e1c8 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Sun, 14 May 2017 19:54:28 +0200 Subject: [PATCH] ad-auth: remove installation of libsss-sudo see (https://bugzilla.redhat.com/show_bug.cgi?id=879633) --- ad-auth/tasks/sssd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad-auth/tasks/sssd.yml b/ad-auth/tasks/sssd.yml index 654f5e3..ecc41bc 100644 --- a/ad-auth/tasks/sssd.yml +++ b/ad-auth/tasks/sssd.yml @@ -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 -- GitLab