[FIX] fully rename VS Code tasks to Devel (and fix #6)

This commit is contained in:
Jannik Beyerstedt 2020-02-28 08:51:48 +01:00
parent c724080b34
commit 11820088dc
3 changed files with 9 additions and 3 deletions

View file

@ -15,8 +15,8 @@
- name: vscode - Install and configure VS Code
include_tasks: "{{ item }}"
with_first_found:
- "vscode-{{ ansible_distribution }}.yml"
- "vscode-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
- "devel-{{ ansible_distribution }}.yml"
- "devel-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
# Install Visual Studio Code and Set Basic Configuration
- name: vscode - Basics