This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
multimedia
master
Markus Brechtel
5 years ago
parent
1b696b6980
commit
7299a92ec0
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yaml
+8
-0
tasks/multimedia.yaml
+ 1
- 0
tasks/main.yaml
View File
@@ -18,6 +18,7 @@
- import_tasks: fonts.yaml
- import_tasks: desktop_apps.yaml
- import_tasks: multimedia.yaml
- import_tasks: kitaplus.yaml
when: kita_plus_url is defined
+ 8
- 0
tasks/multimedia.yaml
View File
@@ -0,0 +1,8 @@
---
- name: multimedia packages
apt:
pkg:
- vlc
- vlc-l10n
- libdvd-pkg
Write
Preview
Loading…
Cancel
Save