diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-05 15:41:14 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-07 13:36:26 -0500 |
commit | d763135d14cf1975176b829c2f42a9f95ad5a8e4 (patch) | |
tree | 7407df3c29a757d0ad77afb3ce47345826491e6e /playbooks | |
parent | 65cb13e74918d74cb9e8d4854f271a4d35177ad2 (diff) | |
download | openshift-d763135d14cf1975176b829c2f42a9f95ad5a8e4.tar.gz openshift-d763135d14cf1975176b829c2f42a9f95ad5a8e4.tar.bz2 openshift-d763135d14cf1975176b829c2f42a9f95ad5a8e4.tar.xz openshift-d763135d14cf1975176b829c2f42a9f95ad5a8e4.zip |
Remove unused openshift_env_structures and openshift_env
This component of openshift_facts is no longer used.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/openshift_facts.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/byo/openshift_facts.yml b/playbooks/byo/openshift_facts.yml index 29e0ebe8d..322f527ae 100644 --- a/playbooks/byo/openshift_facts.yml +++ b/playbooks/byo/openshift_facts.yml @@ -6,8 +6,7 @@ roles: - openshift_facts tasks: - - openshift_facts: - openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}" + - openshift_facts: {} register: result - debug: var: result |