Run dpkg-reconfigure for libdvd-pkg package using a library module
This commit is contained in:
parent
877e651917
commit
fa25896096
@ -15,4 +15,3 @@ apt-get -y install --no-install-recommends ansible python-jmespath
|
|||||||
|
|
||||||
# TODO: run ansible on local host
|
# TODO: run ansible on local host
|
||||||
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"
|
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"
|
||||||
dpkg-reconfigure libdvd-pkg
|
|
||||||
|
@ -12,16 +12,13 @@
|
|||||||
state: present
|
state: present
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
|
||||||
- name: configure package libdvd-pkg
|
- name: reconfigure libdvd-pkg
|
||||||
debconf:
|
dpkg_reconfigure:
|
||||||
name: 'libdvd-pkg'
|
pkg: libdvd-pkg
|
||||||
question: '{{ item }}'
|
answers:
|
||||||
vtype: boolean
|
libdvd-pkg/post-invoke_hook-install: boolean true
|
||||||
value: true
|
libdvd-pkg/build: boolean true
|
||||||
with_items:
|
|
||||||
- 'libdvd-pkg/post-invoke_hook-install'
|
|
||||||
- 'libdvd-pkg/build boolean'
|
|
||||||
notify: ['Reconfigure unattended upgrades with dpkg']
|
|
||||||
|
|
||||||
- name: change udev rule to allow KODI to eject optical disks
|
- name: change udev rule to allow KODI to eject optical disks
|
||||||
shell: sed 's/--lock-media //' /lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules
|
shell: sed 's/--lock-media //' /lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
- name: install nvidia-396 and other required packages
|
- name: install nvidia-396 and other required packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
-nvidia-396
|
- nvidia-396
|
||||||
-nvidia-settings
|
- nvidia-settings
|
||||||
state: present
|
state: present
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user