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 @@ ...@@ -2,7 +2,12 @@
# file: roles/ad-auth/tasks/main.yml # file: roles/ad-auth/tasks/main.yml
- include: ldap.yml - include: ldap.yml
- meta: flush_handlers
- include: nslcd.yml - include: nslcd.yml
- meta: flush_handlers
- include: nscd.yml - include: nscd.yml
- meta: flush_handlers
- include: kerberos.yml - include: kerberos.yml
- meta: flush_handlers
- include: sudo.yml - include: sudo.yml
- meta: flush_handlers
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
tags: nscd config tags: nscd config
- name: ensure a happy nscd - name: ensure a happy nscd
file: path=/etc/netgroup state=file file: path=/etc/netgroup state=touch
notify: notify:
- restart nscd - restart nscd
- clear nscd caches - clear nscd caches
......
...@@ -34,4 +34,6 @@ ...@@ -34,4 +34,6 @@
script: create_netdir.sh pub script: create_netdir.sh pub
tags: fsmpi tags: fsmpi
- meta: flush_handlers
- include: umask.yml - 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