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

Remove use_proxy from ansible provisioner

parent 15ab6024
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
...@@ -31,7 +31,6 @@ build { ...@@ -31,7 +31,6 @@ build {
] ]
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["ood", "prod"] groups = ["ood", "prod"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
......
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