Remove version_added from return values and docs fragments. (#150)

This commit is contained in:
Felix Fontein 2020-04-13 09:19:41 +02:00 committed by GitHub
parent fab6b980d2
commit b161c59a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 0 additions and 94 deletions

View file

@ -151,7 +151,6 @@ zone:
returned: state == present
type: dict
sample: {'slug': 'lpg1'}
version_added: '2.10'
server_uuids:
description: The UUIDs of the servers this volume is attached to.
returned: state == present
@ -167,7 +166,6 @@ tags:
returned: state == present
type: dict
sample: { 'project': 'my project' }
version_added: '2.9'
'''
from ansible.module_utils.basic import AnsibleModule