Ultime modifiche.
This commit is contained in:
parent
6951028ae5
commit
73a828502c
12 changed files with 184 additions and 3 deletions
7
roles/sssd/handlers/main.yml
Normal file
7
roles/sssd/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Restart sssd
|
||||
ansible.builtin.service:
|
||||
name: sssd
|
||||
state: restarted
|
||||
become: true
|
||||
become_user: root
|
Loading…
Add table
Add a link
Reference in a new issue