Skip to content
Snippets Groups Projects
Commit fa331a4f authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove scp option

parent 9567f6d2
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ build { ...@@ -31,7 +31,6 @@ build {
] ]
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
extra_arguments = [ extra_arguments = [
"--scp-extra-args", "'-O'",
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
} }
......
...@@ -41,7 +41,6 @@ build { ...@@ -41,7 +41,6 @@ build {
] ]
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
extra_arguments = [ extra_arguments = [
"--scp-extra-args", "'-O'",
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
} }
......
...@@ -32,7 +32,6 @@ build { ...@@ -32,7 +32,6 @@ build {
] ]
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
extra_arguments = [ extra_arguments = [
"--scp-extra-args", "'-O'",
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment