sssd: Initial version of module

This commit is contained in:
Timo Makinen 2020-11-14 13:46:54 +00:00
parent fa6062de18
commit 019dd4978e
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: restart sssd
service:
name: sssd
state: restarted