Use remote_src to copy the ssh client config

Change-Id: Ia57ad5b67b38f03f362a82d6c3eb9715cc9644f8
This commit is contained in:
Logan V 2018-09-13 10:32:07 -06:00
parent 96b4fd3300
commit d1e9d977a2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
copy:
src: "{{ lsn_ci_src_path }}/ssh/ssh_config"
dest: "{{ ansible_user_dir }}/.ssh/config"
remote_src: yes
# Load the deployment SSH key
- name: Create the SSH private key tempfile
tempfile: