Merge "upload-git-mirror: no_log around key writing"

This commit is contained in:
Zuul 2022-08-05 08:48:33 +00:00 committed by Gerrit Code Review
commit 6231ec4da9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
content: "{{ git_mirror_credentials.ssh_key }}"
dest: "{{ ssh_private_key_tmp.path }}"
mode: 0600
no_log: true
# If the markers in an id_rsa don't end with a newline some
# versions of ssh won't read the key.