summaryrefslogtreecommitdiff
path: root/handlers/main.yml
blob: c9aef1f4994ae9d8a011a9dc3ad0fe89d64e2c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: 2026 Matthew Fennell <matthew@fennell.dev>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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