Skip to content

Commit

Permalink
Merge pull request #203 from bobbyshaw/copy-encrypted-ssh-key-file
Browse files Browse the repository at this point in the history
Copy SSH Key with copy rather than template module
  • Loading branch information
ricardclau authored Feb 19, 2017
2 parents 420d565 + dedc615 commit 7ae8ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/update-code/git.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: ANSISTRANO | GIT | Ensure GIT deployment key is up to date
template:
copy:
src: "{{ ansistrano_git_identity_key_path }}"
dest: "{{ ansistrano_deploy_to }}/git_identity_key"
mode: 0400
Expand Down

0 comments on commit 7ae8ed0

Please sign in to comment.