From 48b3f6d3c876bd778e05a06306bb32b5742a7c14 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 15 Apr 2021 17:11:06 +0200 Subject: [PATCH] forgot the handler ^^ --- roles/ssh_totp/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/ssh_totp/handlers/main.yml diff --git a/roles/ssh_totp/handlers/main.yml b/roles/ssh_totp/handlers/main.yml new file mode 100644 index 0000000..8500e47 --- /dev/null +++ b/roles/ssh_totp/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: Reload sshd + systemd: + name: sshd + state: reloaded