Ansible_workstation/roles/user/tasks/sway.yml

29 lines
476 B
YAML
Raw Normal View History

2022-01-12 05:06:12 +00:00
---
- name: Install sway packages
community.general.pacman:
name:
- sway
- gammastep
- mako
- rofi
- rofi-pass
- grim
- kanshi
- blueman
- pamixer
- waybar
- network-manager-applet
- wlroots
- xdg-desktop-portal-wlr
- wl-clipboard
state: present
- name: Install sway AUR packages
2022-01-12 14:04:28 +00:00
aur:
name: avizo
state: present
become: yes
become_user: aur_builder
2022-01-12 14:13:04 +00:00
when: false
2022-01-12 14:04:28 +00:00