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

use listen directive for handlers

parent 9e7973c6
No related branches found
No related tags found
No related merge requests found
Pipeline #3965 failed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment