forgot the handler ^^
This commit is contained in:
parent
58f67e4e86
commit
48b3f6d3c8
1 changed files with 5 additions and 0 deletions
5
roles/ssh_totp/handlers/main.yml
Normal file
5
roles/ssh_totp/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: Reload sshd
|
||||||
|
systemd:
|
||||||
|
name: sshd
|
||||||
|
state: reloaded
|
Loading…
Reference in a new issue