install htop by default

This commit is contained in:
Jörg Thalheim 2014-08-06 10:55:08 +02:00
parent 724acd512c
commit 2fcc88d5ff
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
- name: Write pacman.conf
copy: src=pacman.conf dest=/etc/pacman.conf mode=0644
- name: install htop
pacman: name=htop state=present