diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 10:52:56 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 10:52:56 -0500 |
commit | a4c533e2a567562248768b2bc4998d1a36810894 (patch) | |
tree | ef2ad1d0969d7530f2b42d75046e714f01e21621 /playbooks/init/facts.yml | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.gz openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.bz2 openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.xz openshift-a4c533e2a567562248768b2bc4998d1a36810894.zip |
Include Deprecation - Init Playbook Paths
Diffstat (limited to 'playbooks/init/facts.yml')
-rw-r--r-- | playbooks/init/facts.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/init/facts.yml b/playbooks/init/facts.yml index 91223d368..01f052be6 100644 --- a/playbooks/init/facts.yml +++ b/playbooks/init/facts.yml @@ -8,9 +8,8 @@ hosts: oo_all_hosts tasks: - name: load openshift_facts module - include_role: + import_role: name: openshift_facts - static: yes # TODO: Should this role be refactored into health_checks?? - name: Run openshift_sanitize_inventory to set variables |