fix(playbooks): Remove duplicated play keys
This commit is contained in:
parent
030b8ec291
commit
5817a81f40
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ user_pass_salt: supersecretsalt
|
|||
user_name: voidboi
|
||||
user_pass: voidlinux
|
||||
user_shell: zsh
|
||||
user_shell: zsh
|
||||
user_groups:
|
||||
- wheel
|
||||
- _seatd # TODO: This will error if it does not exist? (seatd not installed)
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr
|
||||
state: present
|
||||
tags: desktop-portal
|
||||
tags:
|
||||
- packages
|
||||
- desktop-portal
|
||||
|
||||
# required e.g. for sioyek to work in wayland void
|
||||
- name: Install qt5 and qt6 wayland libraries
|
||||
|
|
Loading…
Reference in a new issue