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/meta/main.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 roles/openshift_cli_facts/meta/main.yml (limited to 'roles/openshift_cli_facts/meta/main.yml') diff --git a/roles/openshift_cli_facts/meta/main.yml b/roles/openshift_cli_facts/meta/main.yml deleted file mode 100644 index 59acde215..000000000 --- a/roles/openshift_cli_facts/meta/main.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -galaxy_info: - author: Jason DeTiberus - description: OpenShift CLI Facts - company: Red Hat, Inc. - license: Apache License, Version 2.0 - min_ansible_version: 1.9 - platforms: - - name: EL - versions: - - 7 - categories: - - cloud -dependencies: -- role: openshift_facts -- cgit v1.2.3