1
0
Fork 0
dotfiles2000/system/arch/workstation_aurSoftware.yaml

28 lines
426 B
YAML
Raw Normal View History

2024-11-05 21:05:54 +01:00
- name: "Install AUR packages"
2024-10-31 22:09:39 +01:00
hosts: localhost
connection: local
tasks:
- name: Install AUR packages
become: yes
become_user: aur_builder
aur:
2024-11-05 21:05:54 +01:00
name: '{items}'
with_items:
- autotiling
- insync
- c-lolcat
- plus42
2024-10-31 22:09:39 +01:00
2024-11-03 19:02:06 +01:00
- name: Install AUR packages for hyrland
become: yes
become_user: aur_builder
aur:
name:
- hyprshot
- pyprland
2024-11-03 19:02:06 +01:00
2024-10-31 22:09:39 +01:00