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