Pārlūkot izejas kodu

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 pirms 1 dienas
vecāks
revīzija
4894ea15f1
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: E4F9743DAB4B7B75
1 mainītis faili ar 3 papildinājumiem un 5 dzēšanām
  1. +3
    -5
      roles/custom/matrix-client-commet/tasks/setup_install.yml

+ 3
- 5
roles/custom/matrix-client-commet/tasks/setup_install.yml Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt