install htop

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

View File

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