From f7ac2f3f86dcec3b54d015fa2332b38eeadf57df Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 4 Feb 2024 15:54:42 +0100 Subject: [PATCH] apt install firmware-linux --- playbooks/apt.yaml | 1 + playbooks/uwsm.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/apt.yaml b/playbooks/apt.yaml index bb92627..75c23f8 100644 --- a/playbooks/apt.yaml +++ b/playbooks/apt.yaml @@ -23,6 +23,7 @@ - evince - fcitx5 - file-roller + - firmware-linux - flameshot - foot - git diff --git a/playbooks/uwsm.yaml b/playbooks/uwsm.yaml index 74b4eb5..62a9416 100644 --- a/playbooks/uwsm.yaml +++ b/playbooks/uwsm.yaml @@ -17,16 +17,16 @@ cmd: meson setup --wipe --prefix=/usr/local build -Duuctl=enabled -Duwsm-app=enabled creates: /home/{{ uid }}/sources/uwsm/build - name: Install uwsm + become: true ansible.builtin.command: chdir: /home/{{ uid }}/sources/uwsm cmd: meson install -C build creates: /usr/local/bin/uwsm - become: true - name: Install uwsm config + become: true ansible.builtin.template: src: ../templates/sway_desktop.j2 dest: /usr/share/wayland-sessions/swa.desktop owner: 'root' group: 'root' mode: '0640' - become: true