mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
now synchronizing vifm configuration files for the root user as well
This commit is contained in:
@@ -9,3 +9,9 @@
|
|||||||
src: vifm
|
src: vifm
|
||||||
dest: /$HOME/.config
|
dest: /$HOME/.config
|
||||||
delete: true
|
delete: true
|
||||||
|
- name: Synchronizes the configuration for the root user
|
||||||
|
become: true
|
||||||
|
synchronize:
|
||||||
|
src: vifm
|
||||||
|
dest: /root/.config
|
||||||
|
delete: true
|
||||||
|
|||||||
Reference in New Issue
Block a user