added a new role to setup vifm

This commit is contained in:
aminnairi
2024-01-02 15:29:05 +01:00
parent d028ba2235
commit c7b6e16dc6
6 changed files with 7620 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Install Vifm (file manager for the terminal)
become: true
pacman:
name: vifm
state: present