lvdvdcss handbrake
This commit is contained in:
parent
502cc6f663
commit
de3ba99106
4 changed files with 53 additions and 6 deletions
|
@ -15,6 +15,24 @@
|
|||
vtype: string
|
||||
when: mirror_msfonts is defined and mirror_msfonts | length > 0
|
||||
|
||||
- name: Preseed libdvd-pkg
|
||||
ansible.builtin.debconf:
|
||||
name: libdvd-pkg
|
||||
question: libdvd-pkg/build
|
||||
value: "true"
|
||||
vtype: boolean
|
||||
ansible.builtin.debconf:
|
||||
name: libdvd-pkg
|
||||
question: libdvd-pkg/post-invoke_hook-install
|
||||
value: "true"
|
||||
vtype: boolean
|
||||
ansible.builtin.debconf:
|
||||
name: libdvd-pkg
|
||||
question: libdvd-pkg/post-invoke_hook-remove
|
||||
value: "false"
|
||||
vtype: boolean
|
||||
|
||||
|
||||
- name: Install desktop EDU packages and some more
|
||||
apt:
|
||||
name:
|
||||
|
@ -30,11 +48,23 @@
|
|||
- tmux
|
||||
- tree
|
||||
- ttf-mscorefonts-installer
|
||||
- libdvd-pkg
|
||||
- handbrake
|
||||
- slic3r-prusa
|
||||
autoremove: true
|
||||
state: latest
|
||||
environment:
|
||||
http_proxy: ''
|
||||
|
||||
- name: Build libdvdcss
|
||||
ansible.builtin.shell:
|
||||
cmd: dpkg-reconfigure -f noninteractive libdvd-pkg
|
||||
|
||||
|
||||
- name: Remove cups-browsed
|
||||
ansible.builtin.apt:
|
||||
name: cups-browsed
|
||||
state: absent
|
||||
|
||||
- name: Make qgm share directory
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue