---
# tasks file for galaxy-ssh
- name: Update ssh config
template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
notify: reload ssh