summaryrefslogtreecommitdiff
path: root/ansible/handbrake.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-01 10:02:58 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-01 10:02:58 +0300
commit0b1da312a27f6d023fe2c42c778329b59cc023be (patch)
treec83f9796442e6a9c1d89920ad107bd0080783c8e /ansible/handbrake.yml
parentde02eae7a91bb75ac7d078b96ce8af6cc67daee0 (diff)
downloadansibleness-0b1da312a27f6d023fe2c42c778329b59cc023be.tar.gz
handbrake: drop the GUI
Sponsored-by: author
Diffstat (limited to 'ansible/handbrake.yml')
-rw-r--r--ansible/handbrake.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ansible/handbrake.yml b/ansible/handbrake.yml
index 51fb447..83ebceb 100644
--- a/ansible/handbrake.yml
+++ b/ansible/handbrake.yml
@@ -8,8 +8,8 @@
tasks:
- apt:
name:
- - gnome
- - handbrake
+# - gnome
+# - handbrake
- handbrake-cli
- htop
@@ -17,15 +17,15 @@
# Installing it will stop a lot of apps from whinging at startup.
- libcanberra-gtk-module
- - lineinfile:
- path: /etc/gdm3/daemon.conf
- regexp: WaylandEnable=
- line: "WaylandEnable=false"
+ # - lineinfile:
+ # path: /etc/gdm3/daemon.conf
+ # regexp: WaylandEnable=
+ # line: "WaylandEnable=false"
- - lineinfile:
- path: /etc/default/grub
- regexp: GRUB_ENABLE_CRYPTODISK
- line: "GRUB_ENABLE_CRYPTODISK=n"
+ # - lineinfile:
+ # path: /etc/default/grub
+ # regexp: GRUB_ENABLE_CRYPTODISK
+ # line: "GRUB_ENABLE_CRYPTODISK=n"
vars:
ansible_python_interpreter: /usr/bin/python3