mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 17:04:43 +00:00
When adding A or AAAA records using the compatibility mode with Ansible's community general plugin, the reverse (PTR) record was added, but the A/AAAA record was not. This patch fixes the behavior. Fix issue #491