mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
move universal base packages to vars for easier customization
This commit is contained in:
parent
2920c29fe5
commit
e7ededb36a
2 changed files with 22 additions and 20 deletions
|
|
@ -24,3 +24,23 @@ editors:
|
|||
|
||||
video_drivers:
|
||||
- xf86-video-intel
|
||||
|
||||
base_packages:
|
||||
- tmux
|
||||
- git
|
||||
- gnupg
|
||||
- rsync
|
||||
- glances
|
||||
- task
|
||||
- coreutils
|
||||
- moreutils
|
||||
- pass
|
||||
- reflector
|
||||
- zip
|
||||
- unzip
|
||||
- unrar
|
||||
- bc
|
||||
- ranger
|
||||
- strace
|
||||
- lsof
|
||||
- sysstat
|
||||
|
|
|
|||
|
|
@ -1,25 +1,7 @@
|
|||
---
|
||||
- name: Install universal packages
|
||||
- name: Install universal base packages
|
||||
pacman: name={{ item }} state=present
|
||||
with_items:
|
||||
- tmux
|
||||
- git
|
||||
- gnupg
|
||||
- rsync
|
||||
- glances
|
||||
- task
|
||||
- coreutils
|
||||
- moreutils
|
||||
- pass
|
||||
- reflector
|
||||
- zip
|
||||
- unzip
|
||||
- unrar
|
||||
- bc
|
||||
- ranger
|
||||
- strace
|
||||
- lsof
|
||||
- sysstat
|
||||
with_items: "{{ base_packages }}"
|
||||
|
||||
- name: Create AUR directory
|
||||
file: path=/home/{{ user.name }}/{{ aur.dir }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue