Skip to content

Commit

Permalink
fixed ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
sborenst committed Oct 30, 2017
1 parent f0fa13b commit c441f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/cloud_providers/ec2_ssh_config_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var: groups['bastions'].0
- name: Store bastion hostname as a fact
set_fact:
bastion_hostname: groups['bastions'].0
bastion_hostname: "{{groups['bastions'].0 }}"

- name: Create empty local ssh config as defined by deploy_local_ssh_config_location
file:
Expand Down

0 comments on commit c441f08

Please sign in to comment.