sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
53 stars 55 forks source link

collection: Modify for latest yamllint requirements #811

Closed berndfinger closed 2 months ago

berndfinger commented 2 months ago

ansible-lint 24.7.0 produced:

WARNING  Found incompatible custom yamllint configuration (.yamllint.yml), please either remove the file or edit it to comply with:
  - comments.min-spaces-from-content must be 1
  - octal-values.forbid-implicit-octal must be true
  - octal-values.forbid-explicit-octal must be true.

This PR ensures that the collection is yamllint clean again.

Relates to issue #810.