mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Fix issue with multiple records in recordset
Story: #2010527 Task: #47136 Sort records in recordset so it can be compared to existing ones and not to trigger update in case of a different order. Change-Id: Ib5d2af56616532174c29ec2be86827ccd0a17940
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
dns_zone_name: test.dns.zone.
|
||||
recordset_name: testrecordset.test.dns.zone.
|
||||
records: ['10.0.0.0']
|
||||
updated_records: ['10.1.1.1']
|
||||
records: ['10.0.0.0', '10.0.0.2']
|
||||
updated_records: ['10.1.1.1', '10.0.0.2']
|
||||
|
||||
recordset_fields:
|
||||
- action
|
||||
|
||||
Reference in New Issue
Block a user