mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 10:35:34 +00:00
Increase idempotency for TXT records when solo=true fix #31511, fix #67784 - Prefix-based uniqueness for TXT records with solo=true - Known RFC prefixes: v=spf1, v=DKIM1, v=DMARC1, dkim= - Otherwise, look for a key=value pattern `([\w-]+)=[\w-]+` - Split string normalization for long records (prevents false differences) - Quote difference detection (triggers updates when needed) - Single-record optimization (UPDATE instead of DELETE+CREATE) - Operation tracking (records_to_delete, records_to_update, records_to_add) |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||