docker_systemd_service/meta/main.yml
Bertrand Lanson d5af8a6886
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 46s
test / Molecule tests (default, ubuntu2204) (push) Successful in 46s
test / Molecule tests (default, debian12) (push) Successful in 52s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 1m3s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
feat(core): change namespace
2024-02-05 22:38:49 +01:00

26 lines
521 B
YAML

---
# meta file for docker_systemd_service
galaxy_info:
namespace: "ednz_cloud"
role_name: "docker_systemd_service"
author: "Bertrand Lanson"
description: "Create Systemd services for docker containers."
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "docker"
- "systemd"
dependencies: []