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

This commit is contained in:
Adrien Reslinger 2021-09-26 15:10:29 +02:00
parent bcee3bc7f8
commit e65bc68916
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -1,4 +1,8 @@
---
- name: Install Skype
tags:
- skype
block:
- name: Include vars for {{ ansible_os_family }}
include_vars: "{{ ansible_os_family }}.yml"
@ -10,4 +14,3 @@
name: '{{ skype_packages }}'
state: present
update_cache: yes