summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-21 12:49:34 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-21 12:49:34 +0300
commit7b61bdcecdcbc262ce1b7ca99eff59bd966003c8 (patch)
tree7ec9258b0807285cabd53635eb64096cc95922f0 /ansible/roles/gnome-system
parent8edb33f7dc340bbb13c91ab6248214748592d2e3 (diff)
downloadansibleness-7b61bdcecdcbc262ce1b7ca99eff59bd966003c8.tar.gz
gnome-system: update for Debian bookworm
Sponsored-by: author
Diffstat (limited to 'ansible/roles/gnome-system')
-rw-r--r--ansible/roles/gnome-system/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/gnome-system/tasks/main.yml b/ansible/roles/gnome-system/tasks/main.yml
index ec9d7a2..cf0e4da 100644
--- a/ansible/roles/gnome-system/tasks/main.yml
+++ b/ansible/roles/gnome-system/tasks/main.yml
@@ -12,7 +12,7 @@
- keepass2
# - revelation
# - mumble
- - gnome-shell-timer
+# - gnome-shell-timer
- fonts-freefont-ttf
- fonts-symbola
- fonts-inconsolata
@@ -64,7 +64,7 @@
- name: "add flatpak from backports"
shell: |
DEBIAN_FRONTEND=noninteractive \
- apt-get install -t bullseye-backports -y flatpak
+ apt-get install -y flatpak
- name: Add flathub
shell: |