summaryrefslogtreecommitdiffstats
path: root/roles/openshift_persistent_volumes/meta/main.yml
blob: aea7616bf2a9d4788f861aa2457c187725cc061e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
galaxy_info:
  author: Andrew Butcher
  description: OpenShift Persistent Volumes
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 1.9
  platforms:
  - name: EL
    versions:
    - 7
dependencies:
- role: openshift_facts
- role: lib_utils