mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Make sure all files have trailing newline (#5076)
* Make sure all files have trailing newline. * Adjust tests.
This commit is contained in:
parent
79b201ae49
commit
fa6c009ff0
195 changed files with 236 additions and 173 deletions
|
@ -1,4 +1,4 @@
|
|||
**/.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
.terraform.lock.hcl
|
||||
.terraform.lock.hcl
|
||||
|
|
|
@ -8,4 +8,4 @@ skip/aix
|
|||
skip/osx
|
||||
skip/macos
|
||||
skip/freebsd
|
||||
skip/python2
|
||||
skip/python2
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
tf_provider: "{{ terraform_provider_versions[provider_index] }}"
|
||||
loop: "{{ terraform_provider_versions }}"
|
||||
loop_control:
|
||||
index_var: provider_index
|
||||
index_var: provider_index
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
register: terraform_init_result
|
||||
|
||||
- assert:
|
||||
that: terraform_init_result is not failed
|
||||
that: terraform_init_result is not failed
|
||||
|
|
|
@ -5,4 +5,4 @@ terraform {
|
|||
version = "{{ tf_provider['version'] }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue