renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-14 20:39:27 +02:00
parent 0c730c0b65
commit 365a045d4d
3 changed files with 23 additions and 0 deletions

5
roles/hosts/handlers/main.yml Executable file
View File

@ -0,0 +1,5 @@
- name: restart_docker
ansible.builtin.service:
name: docker.service
state: restarted
become: true