ansible-collection-wip/roles/system_baseline/handlers/main.yml

7 lines
85 B
YAML
Raw Normal View History

2025-06-02 14:55:56 +01:00
---
- name: reload sshd
service:
name: sshd
state: reloaded
become: true