mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY - The order of dns records is not guaranteed, this ensure the module is idempotent. - The API defaults to an empty string when comments are not set, ensure the module is idempotent when no comments are given. ##### ISSUE TYPE - Bugfix Closes #740
3 lines
205 B
YAML
3 lines
205 B
YAML
bugfixes:
|
|
- zone_rrset - Records order is not guaranteed, the module will not generate a diff if the order of records changes.
|
|
- zone_rrset - Records without comments will not generate a diff anymore.
|