We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777b2ae commit 7e5288eCopy full SHA for 7e5288e
1 file changed
.github/workflows/multinode.yml
@@ -206,7 +206,7 @@ jobs:
206
echo vxlan_vni=$vni >> $GITHUB_OUTPUT
207
208
- name: Generate SSH keypair
209
- run: ssh-keygen -f id_rsa -N ''
+ run: ssh-keygen -t rsa -f id_rsa -N ''
210
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
211
212
# NOTE: In Ansible 2.10 and lower the synchronize module used in the
0 commit comments