Fix Molecule default scenario tests
Some checks failed
Test / Lint (pull_request) Successful in 16s
Test / Test (pull_request) Failing after 2m12s

This commit is contained in:
Daniel Akulenok
2026-02-08 20:43:56 +01:00
parent a4f06d3daf
commit 07f84b7c96
4 changed files with 57 additions and 9 deletions

View File

@@ -41,7 +41,8 @@
ansible.builtin.assert:
that:
- "'forwarders' in __options_decoded"
- "'8.8.8.8' in __options_decoded"
- "'91.239.100.100' in __options_decoded"
- "'89.233.43.71' in __options_decoded"
- "'forward first' in __options_decoded"
fail_msg: Forwarders not properly configured in named.conf.options
vars: