mirror of https://github.com/ansible/ansible.git
Remove trailing spaces from lines in YAML (#80032)
parent
a4248a63aa
commit
21fc699b77
@ -1,3 +1,3 @@
|
|||||||
bugfixes:
|
bugfixes:
|
||||||
- file - touch action in check mode was always returning ok. Fix now evaluates the different conditions and
|
- file - touch action in check mode was always returning ok. Fix now evaluates the different conditions and
|
||||||
returns the appropriate changed status. (https://github.com/ansible/ansible/issues/79360)
|
returns the appropriate changed status. (https://github.com/ansible/ansible/issues/79360)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
minor_changes:
|
minor_changes:
|
||||||
- >-
|
- >-
|
||||||
ansible-test pslint - Upgrade PSScriptAnalyzer to ``1.21.0`` which enables the ``AvoidMultipleTypeAttributes``,
|
ansible-test pslint - Upgrade PSScriptAnalyzer to ``1.21.0`` which enables the ``AvoidMultipleTypeAttributes``,
|
||||||
``AvoidSemicolonsAsLineTerminators``, and ``AvoidUsingBrokenHashAlgorithms`` rules
|
``AvoidSemicolonsAsLineTerminators``, and ``AvoidUsingBrokenHashAlgorithms`` rules
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- prepare_http_tests
|
- prepare_http_tests
|
||||||
|
|||||||
Loading…
Reference in New Issue