Skip to content

Commit 8a0684e

Browse files
committed
tests(sanity): don't make symbolic link during terraform install
1 parent a00ece5 commit 8a0684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sanity/terraform_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# Install the Latest version of Terraform
55
sudo pip install ansible
6-
sudo ansible-galaxy install diodonfrost.terraform && sudo ln -s ~/.ansible/roles/diodonfrost.terraform ~/.ansible/roles/ansible-role-terraform
6+
sudo ansible-galaxy install diodonfrost.terraform
77
sudo ansible-pull -U https://github.com/diodonfrost/ansible-role-terraform tests/test.yml -e "terraform_version=${terraform_version}"
88
terraform -version
99
terraform init

0 commit comments

Comments
 (0)