소스 검색

Make roles/matrix-postgres/tasks/detect_existing_postgres_version.yml detect Postgres v14

pull/2182/head
Slavi Pantaleev 3 년 전
부모
커밋
a32eea41fe
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      roles/matrix-postgres/tasks/detect_existing_postgres_version.yml

+ 5
- 0
roles/matrix-postgres/tasks/detect_existing_postgres_version.yml 파일 보기

@@ -68,3 +68,8 @@
ansible.builtin.set_fact:
matrix_postgres_detected_version_corresponding_docker_image: "{{ matrix_postgres_docker_image_v13 }}"
when: "matrix_postgres_detected_version == '13' or matrix_postgres_detected_version.startswith('13.')"

- name: Determine corresponding Docker image to detected version (use 14.x, if detected)
ansible.builtin.set_fact:
matrix_postgres_detected_version_corresponding_docker_image: "{{ matrix_postgres_docker_image_v14 }}"
when: "matrix_postgres_detected_version == '14' or matrix_postgres_detected_version.startswith('14.')"

불러오는 중...
취소
저장