This commit is contained in:
2022-06-13 17:37:23 +02:00
parent 53074fa930
commit 3ecd0e3644
7 changed files with 64 additions and 1 deletions

View File

@ -48,3 +48,9 @@
shell: smbcontrol all reload-config
when:
- inventory_hostname in groups['samba_server']
- name: Restart systemd-journald
service:
name: systemd-journald
state: restarted