mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
7 lines
189 B
YAML
7 lines
189 B
YAML
---
|
|
- name: Reload the SSH service
|
|
service:
|
|
name: "{{ sshd_service }}"
|
|
state: reloaded
|
|
when: sshd_allow_reload and ansible_virtualization_type != 'docker'
|
|
listen: reload_sshd
|