Use explicit version for self build

This commit is contained in:
Julian-Samuel Gebühr
2022-07-20 08:55:10 +02:00
parent f8a8870711
commit 04a817aeaa
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@
- name: Ensure maubot repository is present on self-build
ansible.builtin.git:
repo: "{{ matrix_bot_maubot_docker_repo }}"
version: "{{ matrix_bot_maubot_docker_repo_version }}"
dest: "{{ matrix_bot_maubot_docker_src_files_path }}"
force: "yes"
become: true