Ansible/node-configuration/handlers/main.yml

9 lines
181 B
YAML
Raw Permalink Normal View History

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