freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
482 stars 230 forks source link

ipahost: Remove dangling dns records during test setup #1173

Closed rjeffman closed 8 months ago

rjeffman commented 8 months ago

When testing ipahost through the test playbooks, if there are previous DNS A/AAAA records, the test fails due to a false positive idempotence issue.

This patch ensures that all DNS records for the test hosts are absent before test execution.

This issue could be seen in the 2023-11-06 Azure Nightly pipeline execution.