manage_repositories/meta/main.yml
Bertrand Lanson 57039dd3a6
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 44s
test / Molecule tests (default, ubuntu2004) (push) Successful in 47s
test / Molecule tests (with_custom_repo, debian11) (push) Successful in 1m3s
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Successful in 57s
test / Molecule tests (with_custom_repo, debian12) (push) Successful in 1m3s
test / Molecule tests (default, debian11) (push) Successful in 42s
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Successful in 1m2s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m11s
feat(core): change namespace
2024-02-05 22:19:46 +01:00

26 lines
523 B
YAML

---
# meta file for manage_repositories
galaxy_info:
namespace: "ednz_cloud"
role_name: "manage_repositories"
author: "Bertrand Lanson"
description: "Repository management for debian-based distros."
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "repositories"
- "packages"
dependencies: []