Browse Source

Merge pull request #9715 from mtnbikenc/fix-master-certs

Reorder master install tasks
OpenShift Merge Robot 6 years ago
parent
commit
ac09fc2901
1 changed files with 2 additions and 2 deletions
  1. 2 2
      playbooks/openshift-master/private/config.yml

+ 2 - 2
playbooks/openshift-master/private/config.yml

@@ -13,8 +13,6 @@
           status: "In Progress"
           start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
 
-- import_playbook: certificates.yml
-
 - name: Disable excluders and gather facts
   hosts: oo_masters_to_config
   roles:
@@ -42,6 +40,8 @@
         console_use_ssl: "{{ openshift_master_console_use_ssl | default(None) }}"
         public_console_url: "{{ openshift_master_public_console_url | default(None) }}"
 
+- import_playbook: certificates.yml
+
 - name: Generate or retrieve existing session secrets
   hosts: oo_first_master
   roles: