mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
Fix cosmetic problems in YAML source
This change corrects problems reported by the `yamllint` linter.
Since key duplication problems were removed in 4d48711
, this commit
mainly fixes trailing spaces and extra empty lines at beginning/end of
files.
This commit is contained in:
parent
8874c1dc39
commit
0e834fc9e4
251 changed files with 214 additions and 510 deletions
|
@ -23,4 +23,3 @@
|
|||
assert:
|
||||
that:
|
||||
- "restart_systemd_result.rc == 0"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
that:
|
||||
- "remove_sysv_result.path == '/etc/init.d/ansible_test'"
|
||||
- "remove_sysv_result.state == 'absent'"
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@
|
|||
- "install_sysv_result.state == 'file'"
|
||||
- "install_sysv_result.mode == '0755'"
|
||||
- "install_sysv_result.checksum == '174fa255735064b420600e4c8637ea0eff28d0c1'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue