trixie/roles/lmn_security/handlers/main.yml

6 lines
131 B
YAML
Raw Normal View History

2023-09-15 21:20:51 +02:00
- name: Reload sshd
ansible.builtin.systemd:
2023-09-15 21:20:51 +02:00
name: sshd
state: reloaded
2023-09-19 19:03:38 +02:00
when: not run_in_installer|default(false)|bool