EvoBSD/roles/accounts/handlers/main.yml

7 lines
87 B
YAML
Raw Normal View History

2019-09-19 23:07:01 +02:00
---
- name: reload sshd
ansible.builtin.service:
2019-09-19 23:07:01 +02:00
name: sshd
state: reloaded