Skip to content

Commit

Permalink
Remove unnecessary arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jun 26, 2024
1 parent a2af697 commit 298d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/uid2-operator-ami/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build {

provisioner "ansible" {
playbook_file = "./ansible/playbook.yml"
extra_arguments = [ "--scp-extra-args", "'-O'", "--version", "9.6.1" ]
extra_arguments = [ "--scp-extra-args", "'-O'" ]
}

post-processor "manifest" {
Expand Down

0 comments on commit 298d601

Please sign in to comment.