mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make sure all files have trailing newline (#5076)
* Make sure all files have trailing newline. * Adjust tests.
This commit is contained in:
@@ -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'] }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user