Kaynağa Gözat

Remove matrix_vars_yml_snapshotting_enabled condition

pull/2217/head
ikkemaniac 3 yıl önce
ebeveyn
işleme
930867d50d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/matrix-base/tasks/setup_matrix_base.yml

+ 1
- 1
roles/matrix-base/tasks/setup_matrix_base.yml Dosyayı Görüntüle

@@ -63,7 +63,7 @@
You can disable saving the GIT hash by setting 'matrix_playbook_commit_hash_preservation_enabled: false' in vars.yml You can disable saving the GIT hash by setting 'matrix_playbook_commit_hash_preservation_enabled: false' in vars.yml
when: "git_describe.stderr.find('not found') == -1" when: "git_describe.stderr.find('not found') == -1"


when: "matrix_vars_yml_snapshotting_enabled|bool and matrix_playbook_commit_hash_preservation_enabled|bool"
when: "matrix_playbook_commit_hash_preservation_enabled|bool"


- name: Ensure Matrix network is created in Docker - name: Ensure Matrix network is created in Docker
community.docker.docker_network: community.docker.docker_network:


Yükleniyor…
İptal
Kaydet