fixed an issue with the git module not installing omf properly

This commit is contained in:
aminnairi
2024-01-04 11:34:25 +01:00
parent 2e60b93c03
commit 51fc803249
+4
View File
@@ -22,6 +22,10 @@
- name: Clone Oh My Fish - name: Clone Oh My Fish
git: git:
repo: https://github.com/oh-my-fish/oh-my-fish repo: https://github.com/oh-my-fish/oh-my-fish
dest: /$HOME/.local/share/omf
depth: 1
single_branch: true
update: true
depth: 1 depth: 1
single_branch: true single_branch: true
update: true update: true