Update default common packages list
parent
acfcba52c1
commit
0f804bce19
|
@ -1,3 +1,3 @@
|
|||
# archlinux-common
|
||||
|
||||
Ansible role for configuring common things on Archlinux
|
||||
Ansible role for configuring common things on Archlinux
|
||||
|
|
|
@ -32,19 +32,9 @@ pacman_ignorepkg: []
|
|||
pacman_parallel_downloads: 2
|
||||
|
||||
common_packages:
|
||||
- bash-completion
|
||||
- htop
|
||||
- nano
|
||||
- strace
|
||||
- lsof
|
||||
- bind
|
||||
- wget
|
||||
- curl
|
||||
- go
|
||||
- tcpdump
|
||||
- nmap
|
||||
- dosfstools
|
||||
- arch-install-scripts
|
||||
- gptfdisk
|
||||
- bash-completion
|
||||
- git
|
||||
- bind
|
||||
|
||||
|
|
|
@ -45,5 +45,4 @@
|
|||
- name: Common | Install useful common packages
|
||||
pacman:
|
||||
state: present
|
||||
update_cache: yes
|
||||
name: "{{ common_packages }}"
|
||||
|
|
Loading…
Reference in New Issue