From 51fc8032490ab2dcab5f7cce5188af9a6ebc753f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:34:25 +0100 Subject: [PATCH] fixed an issue with the git module not installing omf properly --- ansible/roles/fish/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/fish/tasks/main.yml b/ansible/roles/fish/tasks/main.yml index 3dbcc73..2042974 100644 --- a/ansible/roles/fish/tasks/main.yml +++ b/ansible/roles/fish/tasks/main.yml @@ -22,6 +22,10 @@ - name: Clone Oh My Fish git: repo: https://github.com/oh-my-fish/oh-my-fish + dest: /$HOME/.local/share/omf + depth: 1 + single_branch: true + update: true depth: 1 single_branch: true update: true