Files
2026-05-28 21:54:34 -05:00

6 lines
102 B
YAML

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