File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ architectures:
55 aarch64 : arm64
66 x86_64 : amd64
77
8+ # yamllint doesn't like this long line, but there is no clean way to
9+ # break it up.
10+ #
11+ # yamllint disable-line rule:line-length
812terraform_docs_url : https://github.com/terraform-docs/terraform-docs/releases/download/v{{ terraform_docs_version }}/terraform-docs-v{{ terraform_docs_version }}-linux-{{ architectures[ansible_architecture] }}.tar.gz
913
14+ # yamllint doesn't like this long line, but there is no clean way to
15+ # break it up.
16+ #
17+ # yamllint disable-line rule:line-length
1018terraform_url : https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_{{ architectures[ansible_architecture] }}.zip
You can’t perform that action at this time.
0 commit comments