infra/playbooks/static/handlers/main.yaml
shockrah a8d7c01efe
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Slowing building out the new workflows
2025-03-04 11:20:00 -08:00

6 lines
98 B
YAML

- name: Restart SSH
become: true
ansible.builtin.systemd:
name: sshd
state: restarted