Initial commit
This commit is contained in:
6
roles/dropbear/handlers/main.yml
Normal file
6
roles/dropbear/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# Reload dropbear service
|
||||
- name: Reload dropbear
|
||||
ansible.builtin.service:
|
||||
name: dropbear
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user