Rename a bunch of playbook variables for better consistency
This commit is contained in:
@ -5,5 +5,5 @@ docker run \
|
||||
--rm \
|
||||
--env-file={{ matrix_environment_variables_data_path }}/env-postgres-pgsql-docker \
|
||||
--network {{ matrix_docker_network }} \
|
||||
{{ docker_postgres_image_to_use }} \
|
||||
psql -h {{ matrix_postgres_connection_hostname }}
|
||||
{{ matrix_docker_image_postgres_to_use }} \
|
||||
psql -h {{ matrix_postgres_connection_hostname }}
|
||||
|
Reference in New Issue
Block a user