---
- name: reload openssh
service:
name: "{{ openssh_service_name }}"
state: reloaded
when: openssh_service_enabled
# vim:ft=yaml.ansible: