ansible/roles/ssh_totp/handlers/main.yml

6 lines
70 B
YAML
Raw Normal View History

2021-04-15 17:11:06 +02:00
---
- name: Reload sshd
systemd:
name: sshd
state: reloaded