Update default common packages list
parent
acfcba52c1
commit
0f804bce19
|
@ -1,3 +1,3 @@
|
||||||
# archlinux-common
|
# 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
|
pacman_parallel_downloads: 2
|
||||||
|
|
||||||
common_packages:
|
common_packages:
|
||||||
|
- bash-completion
|
||||||
- htop
|
- htop
|
||||||
- nano
|
- nano
|
||||||
- strace
|
- bind
|
||||||
- lsof
|
|
||||||
- wget
|
- wget
|
||||||
- curl
|
- curl
|
||||||
- go
|
|
||||||
- tcpdump
|
|
||||||
- nmap
|
|
||||||
- dosfstools
|
|
||||||
- arch-install-scripts
|
|
||||||
- gptfdisk
|
|
||||||
- bash-completion
|
|
||||||
- git
|
|
||||||
- bind
|
|
||||||
|
|
||||||
|
|
|
@ -45,5 +45,4 @@
|
||||||
- name: Common | Install useful common packages
|
- name: Common | Install useful common packages
|
||||||
pacman:
|
pacman:
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
|
||||||
name: "{{ common_packages }}"
|
name: "{{ common_packages }}"
|
||||||
|
|
Loading…
Reference in New Issue