Explorar o código

Conditionally set the openshift_master_default_subdomain to avoid overriding it unecessary (#47)

Øystein Bedin %!s(int64=8) %!d(string=hai) anos
pai
achega
469a88f6d7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      roles/common/pre_tasks/pre_tasks.yml

+ 2 - 0
roles/common/pre_tasks/pre_tasks.yml

@@ -34,3 +34,5 @@
   set_fact:
     openshift_master_default_subdomain: "{{ openshift_app_domain }}.{{ full_dns_domain }}"
   delegate_to: localhost
+  when:
+  - openshift_master_default_subdomain is undefined