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