vscode: ansible/yaml formatter
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

This commit is contained in:
Jérémy Lecour 2023-06-01 09:43:43 +02:00 committed by Jérémy Lecour
parent 318991fe42
commit 060018be26

View file

@ -3,5 +3,6 @@
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false
"yaml.format.enable": false,
"ansible.python.interpreterPath": "/bin/python"
}