Pull in downstream changes to k8s installer

This commit is contained in:
Shane McDonald
2019-11-29 11:34:23 -05:00
parent 8116ec8e1f
commit dcbb2813b5
5 changed files with 62 additions and 80 deletions

View File

@@ -46,10 +46,3 @@
- docker_registry_password is defined and docker_registry_password != ''
msg: "Set the value of 'docker_registry_password' in the inventory file."
when: dockerhub_base is not defined
- name: pg_admin_password should be defined
assert:
that:
- pg_admin_password is defined and pg_admin_password != ''
when:
- pg_hostname is not defined or pg_hostname == ''