collab: Set versions for git clone operations

This commit is contained in:
Timo Makinen 2022-10-30 16:57:01 +00:00
parent 65ae0bc5b1
commit 73ad086261

View file

@ -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: