diff options
Diffstat (limited to 'common/handlers')
-rw-r--r-- | common/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/handlers/main.yaml b/common/handlers/main.yaml new file mode 100644 index 0000000..290a2c8 --- /dev/null +++ b/common/handlers/main.yaml @@ -0,0 +1,5 @@ +--- +- name: reload sshd + service: + name: sshd + state: reloaded |