Initial
This commit is contained in:
10
roles/workstation/tasks/software/vlc.yml
Normal file
10
roles/workstation/tasks/software/vlc.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: software | vlc | install package
|
||||
tags: packages,flatpak,vlc,workstation-packages
|
||||
become_user: bzoicas
|
||||
flatpak:
|
||||
name: org.videolan.VLC
|
||||
method: user
|
||||
state: present
|
||||
when:
|
||||
- vlc is defined
|
||||
- vlc == true
|
||||
Reference in New Issue
Block a user