ansible-role-common/handlers/main.yml

7 lines
No EOL
127 B
YAML

---
# handlers file for common
- name: Restart SSH
ansible.builtin.service:
name: ssh
state: restarted
become: true