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 }}"
|
creates: "{{ srcdir }}/moin-{{ moin_version }}"
|
||||||
remote_src: true
|
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
|
- name: Copy graphingwiki packages
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
dest: "{{ srcdir }}/{{ item }}"
|
dest: "{{ srcdir }}/graphingwiki"
|
||||||
repo: "https://github.com/graphingwiki/{{ item }}.git"
|
repo: "https://github.com/graphingwiki/graphingwiki.git"
|
||||||
with_items:
|
version: master
|
||||||
- graphingwiki
|
|
||||||
- collabbackend
|
|
||||||
|
|
||||||
- name: Install foo.sh theme
|
- name: Install foo.sh theme
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue