mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 20:55:41 +07:00
4 lines
77 B
YAML
4 lines
77 B
YAML
- name: restart sddm
|
|
service: name=sddm state=restarted
|
|
become: yes
|