dns_resolver_conf/meta/main.yml
Bertrand Lanson d8a913fc2b
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 30s
test / Molecule tests (default, debian12) (push) Successful in 29s
test / Molecule tests (default, ubuntu2004) (push) Successful in 36s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 29s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 30s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 29s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 36s
feat(core): change namespace
2024-02-05 22:13:07 +01:00

26 lines
515 B
YAML

---
# meta file for dns_resolver_conf
galaxy_info:
namespace: "ednz_cloud"
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: []