Simplify libdvd-pkg installation
This commit is contained in:
parent
6f2b486608
commit
fb9ea5a363
@ -8,11 +8,9 @@
|
||||
|
||||
- name: apt | install libdvd-pkg
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name: libdvd-pkg
|
||||
state: present
|
||||
install_recommends: no
|
||||
with_items:
|
||||
- 'libdvd-pkg'
|
||||
|
||||
- name: configure package libdvd-pkg
|
||||
debconf:
|
||||
|
Loading…
Reference in New Issue
Block a user