mirror of
https://github.com/luzifer-ansible/apt.git
synced 2024-12-22 08:41:17 +00:00
Add missing meta info
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b22afe5649
commit
c6a209bd85
1 changed files with 38 additions and 0 deletions
38
meta/main.yml
Normal file
38
meta/main.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Knut Ahlers
|
||||
description: |
|
||||
Manage APT keys, repos and packages through variables
|
||||
|
||||
license: Apache
|
||||
min_ansible_version: 2.3
|
||||
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
- name: Debian
|
||||
versions:
|
||||
- jessie
|
||||
- stretch
|
||||
|
||||
categories:
|
||||
#- cloud
|
||||
#- cloud:ec2
|
||||
#- cloud:gce
|
||||
#- cloud:rax
|
||||
#- clustering
|
||||
#- database
|
||||
#- database:nosql
|
||||
#- database:sql
|
||||
#- development
|
||||
#- monitoring
|
||||
#- networking
|
||||
- packaging
|
||||
- system
|
||||
#- web
|
||||
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line.
|
||||
# Be sure to remove the '[]' above if you add dependencies
|
||||
# to this list.
|
Loading…
Reference in a new issue