diff options
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 060b5aa0d..537de4f5c 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -50,6 +50,10 @@ when: openshift_hosted_metrics_resolution is not defined roles: - openshift_facts + # TODO: Remove openshift_common from this roles list once + # openshift_master_certificates uses delegate_to and is applied to + # all masters rather than just the first. + - openshift_common post_tasks: - openshift_facts: role: master |