diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-27 10:58:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 10:58:29 -0400 |
commit | a43a84708a778836eeaef22f2c63ed54f08d1daf (patch) | |
tree | 2e7e8806fa445934c193f9095840b25d1aeb436d | |
parent | 0577efb056bfffa121df85e45f86a4bb4714f1ac (diff) | |
parent | 59bbd63a52593144403175fb75e565d7fe71c53b (diff) | |
download | openshift-a43a84708a778836eeaef22f2c63ed54f08d1daf.tar.gz openshift-a43a84708a778836eeaef22f2c63ed54f08d1daf.tar.bz2 openshift-a43a84708a778836eeaef22f2c63ed54f08d1daf.tar.xz openshift-a43a84708a778836eeaef22f2c63ed54f08d1daf.zip |
Merge pull request #5823 from mtnbikenc/fix-initialize_facts
Force include_role to static for loading openshift_facts module
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_facts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_facts.yml b/playbooks/common/openshift-cluster/initialize_facts.yml index 0f563adb7..91223d368 100644 --- a/playbooks/common/openshift-cluster/initialize_facts.yml +++ b/playbooks/common/openshift-cluster/initialize_facts.yml @@ -10,6 +10,7 @@ - name: load openshift_facts module include_role: name: openshift_facts + static: yes # TODO: Should this role be refactored into health_checks?? - name: Run openshift_sanitize_inventory to set variables |