From 7a2e2c99a21ebe38bcec0887777d0455a9c41eb5 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Tue, 8 Dec 2020 13:14:03 +0100 Subject: [PATCH] bugfix: replaced ansible_sshkeys by sdm_sshkeys --- tasks/buildinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/buildinstaller.yml b/tasks/buildinstaller.yml index 52c8a3f..966c3b6 100644 --- a/tasks/buildinstaller.yml +++ b/tasks/buildinstaller.yml @@ -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 -- GitLab