This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.sshd/handlers/main.yml

7 lines
85 B
YAML

---
- name: Restart SSH
become: true
service:
name: ssh
state: restarted