mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 03:15:47 +00:00
Implemented shallow cloning for git
This commit is contained in:
@@ -13,11 +13,12 @@
|
||||
|
||||
- name: pull docker repository
|
||||
git:
|
||||
repo: "{{ DISCOURSE_REPOSITORY_URL }}"
|
||||
dest: "{{ DISCOURSE_REPOSITORY_DIR }}"
|
||||
repo: "{{ DISCOURSE_REPOSITORY_URL }}"
|
||||
dest: "{{ DISCOURSE_REPOSITORY_DIR }}"
|
||||
update: yes
|
||||
notify: recreate discourse
|
||||
become: true
|
||||
depth: 1
|
||||
notify: recreate discourse
|
||||
become: true
|
||||
ignore_errors: true
|
||||
|
||||
- name: set chmod 700 for '{{ DISCOURSE_CONTAINERS_DIR }}'
|
||||
|
||||
Reference in New Issue
Block a user