mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove redundant return statement from a10_ser* (#24930)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
77be724913
commit
91a72ce7da
2 changed files with 0 additions and 8 deletions
|
@ -88,10 +88,6 @@ options:
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
|
||||||
#
|
|
||||||
'''
|
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a new server
|
# Create a new server
|
||||||
- a10_server:
|
- a10_server:
|
||||||
|
|
|
@ -94,10 +94,6 @@ options:
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
|
||||||
#
|
|
||||||
'''
|
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a new service-group
|
# Create a new service-group
|
||||||
- a10_service_group:
|
- a10_service_group:
|
||||||
|
|
Loading…
Reference in a new issue