diff options
Diffstat (limited to 'roles/sshvpn/handlers/main.yaml')
| -rw-r--r-- | roles/sshvpn/handlers/main.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/sshvpn/handlers/main.yaml b/roles/sshvpn/handlers/main.yaml new file mode 100644 index 00000000..cd12bec6 --- /dev/null +++ b/roles/sshvpn/handlers/main.yaml @@ -0,0 +1,6 @@ +--- +- name: restart_ssh + ansible.builtin.service: + name: sshd + state: restarted + enabled: yes |
