| commit | 0ccac96bab5bd494fa7ee4bdd7bbb4984e4a9abb | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Feb 07 15:02:05 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Tue Feb 07 15:02:05 2017 -0500 |
| tree | f7380379bb7a9032aa7a6e4f5b2513aeba238780 | |
| parent | e26ef21384b20438e2c8007f64c79cedda891435 [diff] |
fixed typo
diff --git a/tasks/main.yml b/tasks/main.yml index aff6091..2357454 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -32,7 +32,7 @@ fetch: flat: yes dest: ssh_keys/ssh_pub_key_{{ public_address }}.pub - src: "{{ local_resource_path }}/ {{ opdk_user_info.ssh_key_file }}.pub" + src: "{{ local_resource_path }}/{{ opdk_user_info.ssh_key_file }}.pub" - name: Download known_hosts file for apigee user fetch: