1
0
IaC/ansible/roles/sshd/handlers/main.yml

9 lines
185 B
YAML
Raw Normal View History

2022-09-02 08:35:35 -04:00
---
- name: restart openssh
ansible.builtin.service:
name: "{{ openssh_service }}"
state: restarted
when:
- not ansible_check_mode
- not openssh_restart_immediately