Implemented shallow cloning for git

This commit is contained in:
2025-12-04 23:50:24 +01:00
parent 0cf6674ab5
commit 9fb372be52
5 changed files with 19 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
- name: "Install '{{ package_name }}' via Kevin's Package Manager (pkgmgr)"
ansible.builtin.shell: |
source ~/.venvs/pkgmgr/bin/activate
pkgmgr update {{ package_name }} --dependencies --clone-mode https
pkgmgr update {{ package_name }} --dependencies --clone-mode shallow
args:
executable: /bin/bash
notify: "{{ package_notify | default(omit,true) }}"