archlinux-common/tasks/packages.yml

35 lines
552 B
YAML
Raw Normal View History

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