now synchronizing vifm configuration files for the root user as well

This commit is contained in:
aminnairi
2024-01-06 11:08:25 +01:00
parent 4fe7eca070
commit ab73e0979b
+6
View File
@@ -9,3 +9,9 @@
src: vifm
dest: /$HOME/.config
delete: true
- name: Synchronizes the configuration for the root user
become: true
synchronize:
src: vifm
dest: /root/.config
delete: true