1 Commits

Author SHA1 Message Date
Daniel Akulenok
77212eef9b improve molecule
Some checks failed
Test / Lint (push) Failing after 1m40s
Test / Test (push) Has been skipped
2026-02-12 15:05:51 +01:00
3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
Testing CI fix

View File

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

View File

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