Add required var to remove-build-sshkey

Also, the relative path is putting the key in the playbook directory,
put it in the workspace instead.

Change-Id: Ic5e737345cc01d446798362a8c8a1b3c8aefd7ed
This commit is contained in:
James E. Blair 2017-07-01 08:51:44 -07:00
parent 757ec08ddb
commit 6686d71ff1
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
zuul_temp_ssh_key: "{{ zuul.uuid }}_id_rsa"
zuul_temp_ssh_key: "{{ zuul.executor.src_root }}/../{{ zuul.uuid }}_id_rsa"

View File

@ -0,0 +1 @@
zuul_temp_ssh_key: "{{ zuul.executor.src_root }}/../{{ zuul.uuid }}_id_rsa"