Ansible/node-configuration/handlers/main.yml

8 lines
160 B
YAML
Raw 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"