mirror of
https://github.com/luzifer-ansible/pacman.git
synced 2024-12-23 11:21:17 +00:00
33 lines
577 B
YAML
33 lines
577 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: Knut Ahlers
|
||
|
description: |
|
||
|
Manage APT packages through variables
|
||
|
|
||
|
license: Apache
|
||
|
min_ansible_version: 2.3
|
||
|
|
||
|
platforms:
|
||
|
- name: Archlinux
|
||
|
|
||
|
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.
|