Fix rebase issue due to order or pg config tasks

This commit is contained in:
Christian M. Adams
2021-04-28 02:32:43 -04:00
parent 9cfb7921bc
commit 5439681a39

View File

@@ -64,6 +64,10 @@
set_fact:
pg_config: '{{ _generated_pg_config_resources["resources"] | default([]) | length | ternary(_generated_pg_config_resources, _pg_config) }}'
- name: Set actual postgres configuration secret used
set_fact:
postgres_configuration_secret: "{{ pg_config['resources'][0]['metadata']['name'] }}"
- block:
- name: Create Database if no database is specified
k8s: