ansible-infra/roles/dooris/handlers/main.yml
lilly 2abbb71788
Some checks failed
/ build (pull_request) Successful in 46s
/ Ansible Lint (push) Failing after 4m47s
/ Ansible Lint (pull_request) Failing after 4m58s
add dooris role for setup of dooris interaction on the node itself
2026-07-19 17:00:43 +02:00

5 lines
122 B
YAML

- name: "reload sshd"
become: true
ansible.builtin.systemd_service:
name: "ssh.service"
state: "reloaded"