diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-13 17:30:31 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-13 17:30:31 -0500 |
commit | d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e (patch) | |
tree | 31f602108fb1b44413d636eb2a9bbfbfdc57121b /roles/copr_cli/meta | |
parent | 269bbc57817ad026b9bb2ca25eaddb08f9f60bd8 (diff) | |
parent | 19f34554b6dbee62070ab147e790d21d6e759cca (diff) | |
download | openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.gz openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.bz2 openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.xz openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.zip |
Merge pull request #895 from twiest/pr
added the tito and copr_cli roles
Diffstat (limited to 'roles/copr_cli/meta')
-rw-r--r-- | roles/copr_cli/meta/main.yml | 14 |
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: [] |