Nate Stephany
2020-01-17 ef0a964544a6570b88c5af63d49ec25e19bc1f75
ansible/roles/bastion/tasks/main.yml
@@ -35,7 +35,7 @@
- name: Generate host .ssh/config Template
  become: no
  local_action: template src={{ role_path }}/files/bastion_ssh_config.j2 dest={{output_dir}}/ssh-config-{{ env_type }}-{{ guid }}
  local_action: template src={{ role_path }}/templates/bastion_ssh_config.j2 dest={{output_dir}}/ssh-config-{{ env_type }}-{{ guid }}
  tags:
    - gen_sshconfig_file