--- - name: reload_sshd service: name: "{{ sshd_service }}" state: reloaded when: sshd_allow_reload and ansible_virtualization_type != 'docker'