소스 검색

Make use of matrix_host_command_docker instead of hardcoding

pull/740/head
Slavi Pantaleev 5 년 전
부모
커밋
f47e8a97e6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      roles/matrix-postgres/tasks/util/create_additional_databases.yml

+ 1
- 2
roles/matrix-postgres/tasks/util/create_additional_databases.yml 파일 보기

@@ -1,7 +1,6 @@
---

- name: Retrieve IP of postgres container
shell: "docker inspect matrix-postgres | jq -r '.[0].NetworkSettings.Networks.{{ matrix_docker_network }}.IPAddress'"
shell: "{{ matrix_host_command_docker }} inspect matrix-postgres | jq -r '.[0].NetworkSettings.Networks.{{ matrix_docker_network }}.IPAddress'"
register: matrix_postgres_container_ip

- name: Create additional users in postgres


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