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