From d763135d14cf1975176b829c2f42a9f95ad5a8e4 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Tue, 5 Dec 2017 15:41:14 -0500 Subject: Remove unused openshift_env_structures and openshift_env This component of openshift_facts is no longer used. --- playbooks/byo/openshift_facts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'playbooks/byo') 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 -- cgit v1.2.1