[FIX] fully rename VS Code tasks to Devel (and fix #6)
This commit is contained in:
parent
c724080b34
commit
11820088dc
|
@ -2,7 +2,7 @@ Common
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Common user settings and tools used by Jannik Beyerstedt.
|
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
|
Requirements
|
||||||
|
|
|
@ -13,6 +13,12 @@ galaxy_info:
|
||||||
- name: Darwin
|
- name: Darwin
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
- name: Archlinux
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Centos
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
[]
|
[]
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
- name: vscode - Install and configure VS Code
|
- name: vscode - Install and configure VS Code
|
||||||
include_tasks: "{{ item }}"
|
include_tasks: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "vscode-{{ ansible_distribution }}.yml"
|
- "devel-{{ ansible_distribution }}.yml"
|
||||||
- "vscode-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|
- "devel-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|
||||||
|
|
||||||
# Install Visual Studio Code and Set Basic Configuration
|
# Install Visual Studio Code and Set Basic Configuration
|
||||||
- name: vscode - Basics
|
- name: vscode - Basics
|
||||||
|
|
Loading…
Reference in a new issue