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:
parent
d69f6acf64
commit
7b32262f75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user