Add tags to install skype
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bcee3bc7f8
commit
e65bc68916
1 changed files with 13 additions and 10 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
- name: Install Skype
|
||||||
|
tags:
|
||||||
|
- skype
|
||||||
|
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: '{{ skype_packages }}'
|
name: '{{ skype_packages }}'
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue