From 53028f806e86b2985e79e9103ffbc78ce83b6d57 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Wed, 23 Aug 2017 15:23:03 -0400 Subject: Remove near-meta role openshift_cli_facts openshift_cli_facts only runs a single task, and otherwise the only existence is to serve as a link in the dependency chain towards openshift_facts. This commit flattens openshift_cli into one role. --- roles/openshift_cli_facts/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 roles/openshift_cli_facts/tasks/main.yml (limited to 'roles/openshift_cli_facts/tasks/main.yml') diff --git a/roles/openshift_cli_facts/tasks/main.yml b/roles/openshift_cli_facts/tasks/main.yml deleted file mode 100644 index dd1ed8965..000000000 --- a/roles/openshift_cli_facts/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# TODO: move this to a new 'cli' role -- openshift_facts: - role: common - local_facts: - cli_image: "{{ osm_image | default(None) }}" -- cgit v1.2.3