Skip to content

Commit fa0d1cb

Browse files
committed
Add yamllint disable directives for two lengthy lines
There is no clean way to break up these lines.
1 parent aa9d60c commit fa0d1cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vars/default.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
812
terraform_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
1018
terraform_url: https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_{{ architectures[ansible_architecture] }}.zip

0 commit comments

Comments
 (0)