dns_resolver_conf/molecule/default_vagrant/converge.yml
Bertrand Lanson 927d07e01b
All checks were successful
test / Linting (push) Successful in 17s
test / Molecule tests (default, debian11) (push) Successful in 31s
test / Molecule tests (default, debian12) (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Successful in 37s
test / Molecule tests (default, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 31s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 30s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 37s
feat: remove become from role
2023-12-03 17:03:05 +01:00

9 lines
182 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.dns_resolver_conf"
ansible.builtin.include_role:
name: "ednxzu.dns_resolver_conf"