now cloning the oh my fish framework using ansible git module

This commit is contained in:
aminnairi
2024-01-04 10:48:11 +01:00
parent c8d0bb47e4
commit 9e711955c5
2 changed files with 6 additions and 5 deletions
+6
View File
@@ -19,6 +19,12 @@
delete: true
src: fish
dest: "/$HOME/.config"
- name: Clone Oh My Fish
git:
repo: https://github.com/oh-my-fish/oh-my-fish
depth: 1
single_branch: true
update: true
- name: Setup OMF
synchronize:
delete: true