Use tags to install vscode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-09-26 15:03:43 +02:00
parent 293c121042
commit 98382f2b74
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -1,4 +1,8 @@
--- ---
- name: Install Visual Studio Code
tags:
- vscode
block:
- name: Include vars for {{ ansible_os_family }} - name: Include vars for {{ ansible_os_family }}
include_vars: "{{ ansible_os_family }}.yml" include_vars: "{{ ansible_os_family }}.yml"
@ -10,4 +14,3 @@
name: '{{ vscode_packages }}' name: '{{ vscode_packages }}'
state: present state: present
update_cache: yes update_cache: yes