fix whitespace mismatch for templated cert.private_path value in docker-distribution role
This commit is contained in:
parent
e262b87514
commit
45479752c7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
- name: install tls key for docker
|
||||
copy:
|
||||
src: "{{ private }}/{{ cert.private_path}}/{{ cert.src_key_name }}"
|
||||
src: "{{ private }}/{{ cert.private_path }}/{{ cert.src_key_name }}"
|
||||
dest: "{{ cert.dir}}/{{ cert.dest_key_name }}"
|
||||
when: tls.enabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue