1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-05 00:25:44 +07:00
ansible-setup/roles/common/handlers/main.yml
2022-06-29 17:19:22 +07:00

4 lines
77 B
YAML

- name: restart sddm
service: name=sddm state=restarted
become: yes