archlinux-common/tasks/packages.yml

35 lines
552 B
YAML

---
- name: Common | Install useful packages
pacman:
state: present
update_cache: yes
# Move this to vars and add additional variable for custom packages
name:
- htop
- nano
- strace
- lsof
- wget
- curl
- go
- tcpdump
- nmap
- dosfstools
- arch-install-scripts
- gptfdisk
- bash-completion
- git
- bind
#- block:
# - name: Common | Install yay from aur
# aur:
# name: yay
# use: makepkg
# skip_installed: yes
# become: no