mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
fixed the path to the task files for the vifm role
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user