diff options
author | Joel Diaz <jdiaz@redhat.com> | 2016-04-19 11:44:46 -0400 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2016-04-19 11:44:46 -0400 |
commit | 30c41f3bc24204bad68f30927ea59ec78821a43a (patch) | |
tree | 42b3cbefb3e915385b17ecd5e9b81721b98a4772 /roles/tito/meta/main.yml | |
parent | 1bb3de7855096557a820845cef9efe4702093675 (diff) | |
parent | 3681ab5fb2a39ccb06024e6ad514ad50df21f9d2 (diff) | |
download | openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.gz openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.bz2 openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.xz openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.zip |
Merge pull request #1734 from joelddiaz/tools-roles-move
cleanup roles after roles move to openshift-tools
Diffstat (limited to 'roles/tito/meta/main.yml')
-rw-r--r-- | roles/tito/meta/main.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/tito/meta/main.yml b/roles/tito/meta/main.yml deleted file mode 100644 index fb121c08e..000000000 --- a/roles/tito/meta/main.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -galaxy_info: - author: Thomas Wiest - description: Manages Tito - company: Red Hat - license: Apache License, Version 2.0 - min_ansible_version: 1.2 - platforms: - - name: EL - versions: - - 7 - categories: - - packaging -dependencies: [] |