- name: Reload sshd
  systemd:
    name: sshd
    state: reloaded
  when: not run_in_installer|default(false)|bool