1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/sshd/handlers/main.yml
Sven-Hendrik Haase b8cea91465 Add sshd role
2016-05-21 00:04:48 +02:00

5 lines
63 B
YAML

---
- name: restart sshd
service: name=sshd state=restarted