[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

@ -2,7 +2,7 @@ Common
=========
Common user settings and tools used by Jannik Beyerstedt.
This role is compatible with Debian based systems and macOS.
This role is compatible with Debian based systems, macOS, CentOS (no development toolchains) and ArchLinux (no updates).
Requirements

View File

@ -13,6 +13,12 @@ galaxy_info:
- name: Darwin
versions:
- all
- name: Archlinux
versions:
- all
- name: Centos
versions:
- all
galaxy_tags:
[]

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