install_docker/meta/main.yml
Bertrand Lanson 0d80dc6f2c
All checks were successful
test / Linting (push) Successful in 5s
test / Molecule tests (default, debian12) (push) Successful in 1m30s
test / Molecule tests (default, debian11) (push) Successful in 1m36s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m44s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m38s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m45s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m46s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m48s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m46s
move to gitea actions, add supprot for debian12
2023-06-29 23:18:58 +02:00

28 lines
546 B
YAML

---
# meta file for install_docker
galaxy_info:
namespace: 'ednxzu'
role_name: 'install_docker'
author: 'Bertrand Lanson'
description: 'Install and configure docker 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'
- 'docker'
- 'container'
- 'compose'
- 'containerd'
dependencies: []