dns_resolver_conf/meta/main.yml
Bertrand Lanson d364c79650
Some checks failed
test / Linting (push) Successful in 6s
test / Molecule tests (default, debian12) (push) Failing after 28s
test / Molecule tests (default, debian11) (push) Successful in 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 34s
test / Molecule tests (with_custom_config, debian12) (push) Failing after 27s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 33s
test / Molecule tests (default, ubuntu2204) (push) Successful in 39s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 35s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 34s
move to gitea actions, support debian12
2023-06-29 22:23:09 +02:00

26 lines
511 B
YAML

---
# meta file for dns_resolver_conf
galaxy_info:
namespace: 'ednxzu'
role_name: 'dns_resolver_conf'
author: 'Bertrand Lanson'
description: 'Configure dns resolution 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'
- 'dns'
- 'resolvectl'
dependencies: []