deployment/roles/configure-ssh/handlers/main.yml

7 lines
89 B
YAML
Raw Normal View History

2021-12-11 16:28:17 +01:00
---
- name: restart sshd
service:
name: sshd
state: restarted
enabled: yes