Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrchalov committed Jan 20, 2018
1 parent e094f60 commit d15254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- name: Create authorized_keys file if not exists
shell: touch {{docker_tunnel_dir}}/.ssh/authorized_keys
args:
creates: "{{docker_tunnel_dir}}/authorized_keys"
creates: "{{docker_tunnel_dir}}/.ssh/authorized_keys"
when: inventory_hostname == docker_tunnel_server

- name: Push public key to master
Expand Down

0 comments on commit d15254c

Please sign in to comment.