essential-packages: install packages all once

This commit is contained in:
Jörg Thalheim 2015-10-03 22:31:00 +00:00
parent 1070603a9c
commit 56af2d7431
1 changed files with 4 additions and 9 deletions

View File

@ -1,15 +1,10 @@
- name: update pacman cache
pacman: update_cache=yes
- name: install essential packages
pacman: name={{ item }} state=present
with_items:
- htop
- strace
- the_silver_searcher
- zsh
- git
- sudo
- ca-certificates-dn42
pacman:
name="htop,strace,the_silver_searcher,zsh,git,sudo,neovim-git,ca-certificates-dn42"
state=present
- file: src=/usr/bin/nvim dest=/usr/local/bin/vim state=link
- locale_gen: name=de_DE.UTF-8 state=present
- locale_gen: name=en_DK.UTF-8 state=present
- command: /usr/bin/timedatectl set-timezone UTC