2 Commits

Author SHA1 Message Date
Daniel Akulenok
cb707f2110 Merge branch 'main' into test/verify-ci-fix
Some checks failed
Test / Lint (pull_request) Successful in 16s
Test / Test (pull_request) Failing after 2m12s
2026-02-09 12:41:02 +01:00
Daniel Akulenok
b0d2a914f8 test: Trigger CI pipeline to verify molecule-podman fix
Some checks failed
Test / Lint (pull_request) Successful in 15s
Test / Test (pull_request) Failing after 2m11s
2026-02-08 00:30:39 +01:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored Normal file
View File

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

View File

@@ -1,8 +1,10 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
roles: tasks:
- ansible-bind9-role - name: Include 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,8 +11,6 @@ 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