terraform-provisioner-ansible: remove :run.
This commit is contained in:
parent
bfa8792d78
commit
c1fcb2d8df
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class TerraformProvisionerAnsible < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "terraform" => :run
|
||||
depends_on "terraform"
|
||||
|
||||
go_resource "github.com/hashicorp/terraform" do
|
||||
url "https://github.com/hashicorp/terraform.git",
|
||||
|
|
Loading…
Reference in a new issue