Skip to content
Snippets Groups Projects
Commit 7a2e2c99 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

bugfix: replaced ansible_sshkeys by sdm_sshkeys

parent 04304721
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
- name: install ssh public key
copy:
src: "{{ '%s/ansible.pub' | format(ansible_sshkeys) }}"
src: "{{ '%s/ansible.pub' | format(sdm_sshkeys) }}"
dest: "{{ '%s/opt/ansible.pub' | format(linux_build_installer_root) }}"
- 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