now copying the oh my fish configuration files for the root user

This commit is contained in:
aminnairi
2024-01-05 20:37:08 +01:00
parent b85080da47
commit df4b662953
+6
View File
@@ -65,3 +65,9 @@
delete: true
src: omf
dest: "/$HOME/.config"
- name: Setup OMF for the root user
become: true
synchronize:
delete: true
src: omf
dest: "/root/.config"