added bottom installation

This commit is contained in:
aminnairi
2023-04-10 10:37:54 +02:00
parent 3fe8c658f4
commit 52057ae103
+5
View File
@@ -13,6 +13,11 @@
pacman: pacman:
name: chromium name: chromium
state: present state: present
- name: Install bottom (processes visualizer)
become: true
pacman:
name: bottom
state: present
become: true become: true
pacman: pacman:
name: xorg-xset name: xorg-xset