mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
Implemented shallow cloning for git
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
- name: pull ssh repository from {{desk_ssh_repository}}
|
||||
git:
|
||||
repo: "{{desk_ssh_repository}}"
|
||||
dest: "$HOME/.ssh"
|
||||
update: yes
|
||||
repo: "{{desk_ssh_repository}}"
|
||||
dest: "$HOME/.ssh"
|
||||
update: yes
|
||||
depth: 1
|
||||
register: git_result
|
||||
ignore_errors: true
|
||||
become: false
|
||||
|
||||
Reference in New Issue
Block a user