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

7 lines
85 B
YAML

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