fixed the path to the task files for the vifm role

This commit is contained in:
aminnairi
2024-01-03 13:31:15 +01:00
parent 5365e9c2d2
commit 53a1cd5748
+11
View File
@@ -0,0 +1,11 @@
---
- name: Install Vifm (file manager for the terminal)
become: true
pacman:
name: vifm
state: present
- name: Synchronizes the configuration
synchronize:
src: vifm
dest: /$HOME/.config
delete: true