Переглянути джерело

Update the task to download the source

Reuse 2d1be91ac2/roles/custom/matrix-client-fluffychat/tasks/setup_install.yml

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4997/head
Suguru Hirahara 1 день тому
джерело
коміт
4894ea15f1
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E4F9743DAB4B7B75
1 змінених файлів з 3 додано та 5 видалено
  1. +3
    -5
      roles/custom/matrix-client-commet/tasks/setup_install.yml

+ 3
- 5
roles/custom/matrix-client-commet/tasks/setup_install.yml Переглянути файл

@@ -32,17 +32,15 @@
when: matrix_client_commet_container_image_self_build | bool and matrix_client_commet_git_remote_check.rc != 0
become: true

- name: Ensure Commet repository is present
- name: Ensure Commet repository is present on self-build
ansible.builtin.git:
repo: "{{ matrix_client_commet_container_image_self_build_repo }}"
dest: "{{ matrix_client_commet_container_src_path }}"
version: "{{ matrix_client_commet_version }}"
depth: 1
force: true
force: "yes"
become: true
become_user: "{{ matrix_user_name }}"
register: matrix_client_commet_git_result
when: matrix_client_commet_container_image_self_build | bool
register: matrix_client_fluffychat_git_pull_results

- name: Capture git hash
ansible.builtin.command:


Завантаження…
Відмінити
Зберегти