Added htop installation task
This commit is contained in:
parent
3403d2810b
commit
3b50f23e74
1 changed files with 7 additions and 0 deletions
7
local.yml
Normal file
7
local.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- hosts: localhost
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Install htop
|
||||||
|
community.general.pacman:
|
||||||
|
name: htop
|
||||||
|
state: present
|
Loading…
Reference in a new issue