Skip to content

Commit 842b2ad

Browse files
authored
Merge pull request #8 from hellofresh/update-authconfig-path
PTII-273 Fix minor issues
2 parents 1c70ac5 + 9423bce commit 842b2ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tasks/packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
name: "{{ item }}"
55
state: present
66
with_items: "{{ sssd_ldap_packages }}"
7+
8+
- name: packages | ensure nscd is absent
9+
package:
10+
name: nscd
11+
state: absent

tasks/pamd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
- run pam auth update
99

1010
- name: pamd | add pam_mkhomedir for RedHat machines
11-
command: authconfig --enablemkhomedir --update
11+
command: /usr/sbin/authconfig --enablemkhomedir --update
1212
changed_when: false
1313
when: ansible_os_family == "RedHat"

0 commit comments

Comments
 (0)