summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/meta/main.yml
blob: c6081cdb2af8aac890bfba5d1fa8a548c7c40e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
galaxy_info:
  author: Scott Dodson
  description: OpenShift Examples
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 2.2
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
dependencies:
- { role: openshift_facts }
- { role: openshift_repos }
- { role: lib_utils }