summaryrefslogtreecommitdiffstats
path: root/roles/copr_cli/meta
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-11-13 17:07:49 -0500
committerThomas Wiest <twiest@redhat.com>2015-11-13 17:07:49 -0500
commit19f34554b6dbee62070ab147e790d21d6e759cca (patch)
treed31dedbf51bad4034dbf15c9fbcead08501d0ae8 /roles/copr_cli/meta
parent204089c95b8fb784f7d936ed98ed73011da4b6b3 (diff)
downloadopenshift-19f34554b6dbee62070ab147e790d21d6e759cca.tar.gz
openshift-19f34554b6dbee62070ab147e790d21d6e759cca.tar.bz2
openshift-19f34554b6dbee62070ab147e790d21d6e759cca.tar.xz
openshift-19f34554b6dbee62070ab147e790d21d6e759cca.zip
added the tito and copr_cli roles
Diffstat (limited to 'roles/copr_cli/meta')
-rw-r--r--roles/copr_cli/meta/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/copr_cli/meta/main.yml b/roles/copr_cli/meta/main.yml
new file mode 100644
index 000000000..f050281fd
--- /dev/null
+++ b/roles/copr_cli/meta/main.yml
@@ -0,0 +1,14 @@
+---
+galaxy_info:
+ author: Thomas Wiest
+ description: Manages Copr CLI
+ company: Red Hat
+ license: Apache License, Version 2.0
+ min_ansible_version: 1.2
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - packaging
+dependencies: []