diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-19 15:24:37 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-19 15:26:10 -0400 |
commit | 59bbd63a52593144403175fb75e565d7fe71c53b (patch) | |
tree | 020eb1cc5e9ac3a89ade511ed74261463288088b /playbooks | |
parent | 61cca52ea383d75aa4c20cf0e96936a5188084e9 (diff) | |
download | openshift-59bbd63a52593144403175fb75e565d7fe71c53b.tar.gz openshift-59bbd63a52593144403175fb75e565d7fe71c53b.tar.bz2 openshift-59bbd63a52593144403175fb75e565d7fe71c53b.tar.xz openshift-59bbd63a52593144403175fb75e565d7fe71c53b.zip |
Force include_role to static for loading openshift_facts module
Diffstat (limited to 'playbooks')
-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 be2f8b5f4..df3df6039 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 |