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: Fix 'yaml[octal-values]' #810

Closed berndfinger closed 2 months ago

berndfinger commented 2 months ago

New yamllint rule demands quotes around octal values. See https://ansible.readthedocs.io/projects/lint/rules/yaml/#octals.

berndfinger commented 2 months ago

Solved by #811 and #824.