Ultime modifiche.

This commit is contained in:
Emiliano Vavassori 2025-07-13 22:48:41 +02:00
parent 6951028ae5
commit 73a828502c
12 changed files with 184 additions and 3 deletions

View file

@ -0,0 +1,7 @@
---
- name: Restart sssd
ansible.builtin.service:
name: sssd
state: restarted
become: true
become_user: root