mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 10:44:29 +00:00
Update recordset docu
Updating a recordset always requires recordset_type and records to be there. Fixes: https://storyboard.openstack.org/#!/story/2008465 Signed-off-by: Sebastian Haderecker <sebastian.haderecker@gmail.com> Change-Id: Ia50085337813fb3bd3e72cb70fa62072cce5b791
This commit is contained in:
@@ -74,6 +74,8 @@ EXAMPLES = '''
|
|||||||
state: present
|
state: present
|
||||||
zone: example.net.
|
zone: example.net.
|
||||||
name: www.example.net.
|
name: www.example.net.
|
||||||
|
recordset_type: "a"
|
||||||
|
records: ['10.1.1.1']
|
||||||
ttl: 7200
|
ttl: 7200
|
||||||
|
|
||||||
# Delete recordset named "www.example.net."
|
# Delete recordset named "www.example.net."
|
||||||
|
|||||||
Reference in New Issue
Block a user