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_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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue