Added htop installation task

This commit is contained in:
Oscar Blue 2022-05-22 18:46:20 +01:00
parent 3403d2810b
commit 3b50f23e74

7
local.yml Normal file
View file

@ -0,0 +1,7 @@
- hosts: localhost
become: true
tasks:
- name: Install htop
community.general.pacman:
name: htop
state: present