ansible-roles/.vscode/settings.json
Jérémy Lecour 060018be26
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2791|9|2782|7|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/264//ansiblelint">Evolix » ansible-roles » unstable #264</a>
gitea/ansible-roles/pipeline/head This commit looks good
vscode: ansible/yaml formatter
2023-06-01 09:43:43 +02:00

8 lines
179 B
JSON

{
"files.associations": {
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false,
"ansible.python.interpreterPath": "/bin/python"
}