mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
6 lines
156 B
YAML
6 lines
156 B
YAML
---
|
|
- name: reload_sshd
|
|
service:
|
|
name: "{{ sshd_service }}"
|
|
state: reloaded
|
|
when: sshd_allow_reload and ansible_virtualization_type != 'docker'
|