{
"version": "2.0.0",
"tasks": [
"label": "Run run.yml playbook",
"type": "shell",
"command": "ansible-playbook run.yml -K",
"problemMatcher": []
},
"label": "Lint",
"command": "ansible-lint",
}
]