Skip to content
Snippets Groups Projects
Verified Commit 9862f470 authored by Christoph Johannes Kleine's avatar Christoph Johannes Kleine
Browse files

buildinstaller.yml: fix format_sshkeys

parent e6b0529b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
- name: install ssh public key - name: install ssh public key
copy: copy:
src: "{{ '%s/ansible.pub' | format(ansible_certificates) }}" src: "{{ '%s/ansible.pub' | format(ansible_sshkeys) }}"
dest: "{{ '%s/opt/ansible.pub' | format(linux_build_installer_root) }}" dest: "{{ '%s/opt/ansible.pub' | format(linux_build_installer_root) }}"
- name: install basic installer scripts - name: install basic installer scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment