diff options
author | Russell Teague <rteague@redhat.com> | 2017-03-14 15:55:03 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-03-17 14:09:50 -0400 |
commit | d86b2700328761c30d4525941804425164126a9d (patch) | |
tree | 5a9fa1a06d3a49adf53e383f19398952ed18674b /roles/openshift_projects/meta | |
parent | b6b20207a510bd959b586bbeec9c19a7013a79cf (diff) | |
download | openshift-d86b2700328761c30d4525941804425164126a9d.tar.gz openshift-d86b2700328761c30d4525941804425164126a9d.tar.bz2 openshift-d86b2700328761c30d4525941804425164126a9d.tar.xz openshift-d86b2700328761c30d4525941804425164126a9d.zip |
Refactor openshift_projects role
Diffstat (limited to 'roles/openshift_projects/meta')
-rw-r--r-- | roles/openshift_projects/meta/main.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/openshift_projects/meta/main.yml b/roles/openshift_projects/meta/main.yml deleted file mode 100644 index 107a70b83..000000000 --- a/roles/openshift_projects/meta/main.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -galaxy_info: - author: Jason DeTiberus - description: OpenShift Projects - 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 } |