Skip to content
Snippets Groups Projects
Commit 907b95f1 authored by Lars Beckers's avatar Lars Beckers
Browse files

fixed a lot of bugs discovered by actually testing

parent b60778be
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,12 @@
# file: roles/ad-auth/tasks/main.yml
- include: ldap.yml
- meta: flush_handlers
- include: nslcd.yml
- meta: flush_handlers
- include: nscd.yml
- meta: flush_handlers
- include: kerberos.yml
- meta: flush_handlers
- include: sudo.yml
- meta: flush_handlers
......@@ -13,7 +13,7 @@
tags: nscd config
- name: ensure a happy nscd
file: path=/etc/netgroup state=file
file: path=/etc/netgroup state=touch
notify:
- restart nscd
- clear nscd caches
......
......@@ -34,4 +34,6 @@
script: create_netdir.sh pub
tags: fsmpi
- meta: flush_handlers
- include: umask.yml
- meta: flush_handlers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment