24 lines
569 B
JSON
24 lines
569 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run run.yml playbook",
|
|
"type": "shell",
|
|
"command": "ansible-playbook run.yml -K",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Run update.yml playbook",
|
|
"type": "shell",
|
|
"command": "ansible-playbook update.yml -K",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Lint",
|
|
"type": "shell",
|
|
"command": "ansible-lint",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|