--- - name: reload systemd systemd: daemon_reload: yes - name: restart ssh systemd: state: restarted name: ssh - name: reassemble ssh config make: chdir: "{{ global_ssh_configuration_environment_directory }}" target: "{{ global_ssh_configuration_link_name }}/ssh_config" - name: reassemble sshd config make: chdir: "{{ global_ssh_configuration_environment_directory }}" target: "{{ global_ssh_configuration_link_name }}/sshd_config" notify: restart ssh