install htop by default
This commit is contained in:
parent
724acd512c
commit
2fcc88d5ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user