1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

revert pg_hostname

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
This commit is contained in:
Fabrice Flore-Thebault 2019-01-15 14:59:17 +01:00
parent d69f6acf64
commit 7b32262f75

View File

@ -98,7 +98,7 @@
- name: Set postgresql hostname to helm package service (Kubernetes)
set_fact:
pg_hostname: "{{ postgresql_service_name }}"
pg_hostname: "{{ postgresql_service_name }}-postgresql"
when:
- pg_hostname is not defined or pg_hostname == ''
- kubernetes_context is defined