[BREAKING] rename VS Code tasks to Devel

This commit is contained in:
Jannik Beyerstedt 2020-01-16 13:40:01 +01:00
parent 247f6cccb6
commit 7879bf5f9c
5 changed files with 32 additions and 32 deletions

View file

@ -89,10 +89,10 @@ You can simply run the whole role:
tasks_from: usertools
# install programming languages and optionally VS Code
- name: Basics - Install and configure VS Code
- name: Basics - Install and configure development env (and VS Code)
import_role:
name: common
tasks_from: vscode
tasks_from: devel
```
Or call the different tasks individually: