collab: Set versions for git clone operations
This commit is contained in:
parent
65ae0bc5b1
commit
73ad086261
1 changed files with 9 additions and 5 deletions
|
@ -38,13 +38,17 @@
|
|||
creates: "{{ srcdir }}/moin-{{ moin_version }}"
|
||||
remote_src: true
|
||||
|
||||
- name: Copy collabbackend packages
|
||||
ansible.builtin.git:
|
||||
dest: "{{ srcdir }}/collabbackend"
|
||||
repo: "https://github.com/graphingwiki/collabbackend.git"
|
||||
version: v1.1.1
|
||||
|
||||
- name: Copy graphingwiki packages
|
||||
ansible.builtin.git:
|
||||
dest: "{{ srcdir }}/{{ item }}"
|
||||
repo: "https://github.com/graphingwiki/{{ item }}.git"
|
||||
with_items:
|
||||
- graphingwiki
|
||||
- collabbackend
|
||||
dest: "{{ srcdir }}/graphingwiki"
|
||||
repo: "https://github.com/graphingwiki/graphingwiki.git"
|
||||
version: master
|
||||
|
||||
- name: Install foo.sh theme
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue