9 lines
181 B
YAML
Raw Normal View History

2022-05-26 01:24:56 +02:00
---
# handlers file for node-configuration
- name: Restart sshd service
ansible.builtin.service:
name: sshd
state: restarted
listen: "restart sshd"
ignore_errors: yes