mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-04-16 05:41:13 +00:00
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
20 lines
319 B
YAML
20 lines
319 B
YAML
dns_zone_name: test.dns.zone.
|
|
recordset_name: testrecordset.test.dns.zone.
|
|
records: ['10.0.0.0', '10.0.0.2']
|
|
updated_records: ['10.1.1.1', '10.0.0.2']
|
|
|
|
recordset_fields:
|
|
- action
|
|
- created_at
|
|
- description
|
|
- id
|
|
- links
|
|
- name
|
|
- project_id
|
|
- records
|
|
- status
|
|
- ttl
|
|
- type
|
|
- zone_id
|
|
- zone_name
|