improve molecule
Some checks failed
Test / Lint (push) Failing after 1m40s
Test / Test (push) Has been skipped

This commit is contained in:
Daniel Akulenok
2026-02-12 15:05:51 +01:00
parent 79ac474a85
commit 77212eef9b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,8 @@
---
- name: Converge
hosts: all
tasks:
- name: Include bind9 role
ansible.builtin.include_role:
name: ../../../ansible-bind9-role # noqa: role-name[path]
roles:
- ansible-bind9-role
vars:
bind9_log_dir: /var/log/named
bind9_backup_config: false

View File

@@ -11,6 +11,8 @@ platforms:
cgroupns_mode: host
provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/..
config_options:
defaults:
ALLOW_BROKEN_CONDITIONALS: true