diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..317b2db --- /dev/null +++ b/local.yml @@ -0,0 +1,7 @@ +- hosts: localhost + become: true + tasks: + - name: Install htop + community.general.pacman: + name: htop + state: present