fix(playbooks): Remove duplicated play keys

This commit is contained in:
Marty Oehme 2025-03-02 18:08:14 +01:00
parent 030b8ec291
commit 5817a81f40
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 1 additions and 2 deletions
roles
user/defaults
wayland/tasks

View file

@ -2,7 +2,6 @@ user_pass_salt: supersecretsalt
user_name: voidboi user_name: voidboi
user_pass: voidlinux user_pass: voidlinux
user_shell: zsh user_shell: zsh
user_shell: zsh
user_groups: user_groups:
- wheel - wheel
- _seatd # TODO: This will error if it does not exist? (seatd not installed) - _seatd # TODO: This will error if it does not exist? (seatd not installed)

View file

@ -38,9 +38,9 @@
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-wlr - xdg-desktop-portal-wlr
state: present state: present
tags: desktop-portal
tags: tags:
- packages - packages
- desktop-portal
# required e.g. for sioyek to work in wayland void # required e.g. for sioyek to work in wayland void
- name: Install qt5 and qt6 wayland libraries - name: Install qt5 and qt6 wayland libraries