Skip to content
Snippets Groups Projects
Commit 0032a78e authored by nimrod's avatar nimrod
Browse files

- Added libdvdcss to the desktop playbook.

parent d59866a9
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,27 @@ ...@@ -7,12 +7,27 @@
that: that:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'
- name: Add libdvdcss APT repository key
apt_key:
url: http://download.videolan.org/pub/debian/videolan-apt.asc
state: present
- name: Add libdvdcss APT repository
with_items:
- deb
- deb-src
apt_repository:
repo: '{{ item }} http://download.videolan.org/pub/debian/stable/ /'
state: present
update_cache: yes
- name: apt install - name: apt install
with_items: with_items:
- plymouth - plymouth
- network-manager - network-manager
- initramfs-tools - initramfs-tools
- ufw - ufw
- libdvdcss2
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment