mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00: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,2 +1,2 @@
|
|||
[http]
|
||||
proxy = foo
|
||||
proxy = foo
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
shell: "git --version | grep 'git version' | sed 's/git version //'"
|
||||
register: git_version
|
||||
ignore_errors: yes
|
||||
...
|
||||
...
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ git_version_supporting_includes: 1.7.10
|
|||
option_name: http.proxy
|
||||
option_value: 'foo'
|
||||
option_scope: global
|
||||
...
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue