Skip to content
Snippets Groups Projects
Commit 42c343d7 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

use listen directive for handlers

parent 9e7973c6
Branches
No related tags found
1 merge request!7fix building pam config
Checking pipeline status
...@@ -5,17 +5,19 @@ ...@@ -5,17 +5,19 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment