Last active
April 27, 2020 18:39
-
-
Save github-somerandomguy-xyz/5204d4edb99ca92a788721ac06801d07 to your computer and use it in GitHub Desktop.
/role/terraform-libvirt-provider/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
#@#https://dl.google.com/go/go1.14.1.linux-amd64.tar.gz | |
go_version: 1.14.1 | |
go_download_url: "https://dl.google.com/go/go{{ go_version }}.linux-amd64.tar.gz" | |
terraform_provider_libvirt: github.com/dmacvicar/terraform-provider-libvirt | |
terraform_plugin_dir: "{{remote_home_dir}}/.terraform.d/plugins/" | |
go_libvirt_plugin_dir: "{{remote_home_dir}}/go/bin/terraform-provider-libvirt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment