We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c70ac5 + 9423bce commit 842b2adCopy full SHA for 842b2ad
tasks/packages.yml
@@ -4,3 +4,8 @@
4
name: "{{ item }}"
5
state: present
6
with_items: "{{ sssd_ldap_packages }}"
7
+
8
+- name: packages | ensure nscd is absent
9
+ package:
10
+ name: nscd
11
+ state: absent
tasks/pamd.yml
@@ -8,6 +8,6 @@
- run pam auth update
- name: pamd | add pam_mkhomedir for RedHat machines
- command: authconfig --enablemkhomedir --update
+ command: /usr/sbin/authconfig --enablemkhomedir --update
12
changed_when: false
13
when: ansible_os_family == "RedHat"
0 commit comments