Skip to content
Snippets Groups Projects

fix building pam config

Merged Hinrikus Wolf requested to merge fix-pam-auth into master
1 file
+ 7
4
Compare changes
  • Side-by-side
  • Inline
+ 7
4
@@ -5,17 +5,20 @@
@@ -5,17 +5,20 @@
file:
file:
path: /var/lib/pam/
path: /var/lib/pam/
state: "{{ item }}"
state: "{{ item }}"
mode: 0755
mode: "0755"
owner: root
owner: root
group: root
group: root
with_items:
with_items:
- absent
- absent
- directory
- directory
 
listen: "regenerate pam config"
- name: regenerate pam config
- name: update pam
shell: rm -f /var/lib/pam/* && pam-auth-update --force
command: pam-auth-update --force
environment:
environment:
DEBIAN_FRONTEND: noninteractive
DEBIAN_FRONTEND: noninteractive
 
listen: "regenerate pam config"
 
- name: clear sssd cache
- name: clear sssd cache
command: sss_cache -E
command: sss_cache -E
Loading