mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -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
|
@ -6,4 +6,4 @@ skip/osx
|
|||
skip/macos
|
||||
skip/freebsd
|
||||
skip/rhel
|
||||
disabled
|
||||
disabled
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
mssql_host: localhost
|
||||
mssql_port: 14330
|
||||
mssql_login_user: sa
|
||||
mssql_login_password: "yourStrong(!)Password"
|
||||
mssql_login_password: "yourStrong(!)Password"
|
||||
|
|
|
@ -221,4 +221,3 @@
|
|||
- empty_result.query_results[0][1] | length == 0
|
||||
- empty_result.query_results[0][2][0][0] == 'msdb'
|
||||
failed_when: false # known issue
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue