upload-git-mirror: no_log around key writing
Add no_log here as a fallback against ever leaving the output in the logs. Change-Id: Ia3d518d915705b40e0e12e25e0a0787a8cf614d7
This commit is contained in:
parent
ad0ea28b6a
commit
73951559fc
@ -10,6 +10,7 @@
|
|||||||
content: "{{ git_mirror_credentials.ssh_key }}"
|
content: "{{ git_mirror_credentials.ssh_key }}"
|
||||||
dest: "{{ ssh_private_key_tmp.path }}"
|
dest: "{{ ssh_private_key_tmp.path }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
no_log: true
|
||||||
|
|
||||||
# If the markers in an id_rsa don't end with a newline some
|
# If the markers in an id_rsa don't end with a newline some
|
||||||
# versions of ssh won't read the key.
|
# versions of ssh won't read the key.
|
||||||
|
Loading…
Reference in New Issue
Block a user