Init fvs branch with LDAP auth and mk-homedir.

This commit is contained in:
Andreas B. Mundt 2020-11-28 09:23:44 +01:00
parent 9264deb90d
commit ddb8ff11d3
5 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,8 @@
- name: restart sssd
service: name=sssd state=restarted enabled=yes
listen: "restart sssd"
- name: reload systemd
systemd:
daemon_reload: yes
listen: "reload systemd"