mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 09:31:13 +02:00
7 lines
124 B
YAML
7 lines
124 B
YAML
- name: Daemon reload
|
|
systemd_service:
|
|
daemon-reload: true
|
|
|
|
- name: Restart sshd
|
|
service: name=sshd state=restarted
|