summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version/meta/main.yml
blob: 5d7683120ac5e263e66efee1cd42cbe74afcb8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
galaxy_info:
  author: Devan Goodwin
  description: Determines the version of OpenShift to install or upgrade to
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 1.9
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
dependencies:
- role: lib_utils