Skip to content

Commit

Permalink
Add Ansible-lint in VS Code (#212)
Browse files Browse the repository at this point in the history
Close: #211
  • Loading branch information
williambelle authored Oct 29, 2024
1 parent bbdd877 commit f2e574f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"ansible.python.interpreterPath": "ansible/ansible-deps-cache/bin/python3",
"files.associations": {
"**/inventory/*.yml": "ansible",
"**/tasks/*.yml": "ansible"
},
"files.exclude": {
"ansible/ansible-deps-cache": true
},
Expand Down
2 changes: 1 addition & 1 deletion ansible/archivewebsible
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ensure_suitcase () {
SUITCASE_ANSIBLE_VERSION=9.11.0 \
SUITCASE_ANSIBLE_REQUIREMENTS=requirements.yml \
SUITCASE_WITH_KEYBASE=1 \
SUITCASE_PIP_EXTRA="kubernetes" \
SUITCASE_PIP_EXTRA="ansible-lint kubernetes" \
bash -x
fi

Expand Down

0 comments on commit f2e574f

Please sign in to comment.