Skip to content

Commit

Permalink
give a default user.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Sep 21, 2016
1 parent 6114792 commit 33e7376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ssh_known_hosts_global:
- github.com
ssh_known_hosts_user:
- user: "{{ ansible_user }}"
- user: "{{ ansible_user|default(ansible_env.USER) }}"
hosts:
- bitbucket.com

Expand Down

0 comments on commit 33e7376

Please sign in to comment.