1
0
Fork 0
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:
Abhijeet Kasurde 2017-05-24 02:15:24 +05:30 committed by Nathaniel Case
parent 77be724913
commit 91a72ce7da
2 changed files with 0 additions and 8 deletions

View file

@ -88,10 +88,6 @@ options:
''' '''
RETURN = '''
#
'''
EXAMPLES = ''' EXAMPLES = '''
# Create a new server # Create a new server
- a10_server: - a10_server:

View file

@ -94,10 +94,6 @@ options:
''' '''
RETURN = '''
#
'''
EXAMPLES = ''' EXAMPLES = '''
# Create a new service-group # Create a new service-group
- a10_service_group: - a10_service_group: