Skip to content

Commit

Permalink
Workaround to issue with ansible and amazon-ebs
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed May 26, 2023
1 parent 762bda9 commit da86608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment/image_recipes/ami/ami.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"{{ user `extra_arguments_ansible` }}",
"-e bundle_track={{user `bundle_track`}}",
"-e bundle_version={{user `bundle_version`}}",
"-v"
"--scp-extra-args", "'-O'",
"--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa"
]
}
]
Expand Down

0 comments on commit da86608

Please sign in to comment.