Merge "Remove argument to ssh-keygen for key size"

This commit is contained in:
Zuul 2019-11-05 20:49:23 +00:00 committed by Gerrit Code Review
commit 81d7e7a993
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- name: Create Temp SSH key
command: ssh-keygen -t rsa -b 1024 -N '' -C 'zuul-build-sshkey' -f {{ zuul_temp_ssh_key }}
command: ssh-keygen -t rsa -N '' -C 'zuul-build-sshkey' -f {{ zuul_temp_ssh_key }}
delegate_to: localhost
run_once: true