mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Really disable RETURN
This commit is contained in:
parent
c98db451ac
commit
0501a18608
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
|
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
|
||||||
# this
|
# this
|
||||||
RETURN = ''' '''
|
RETURN = '''# '''
|
||||||
'''
|
'''
|
||||||
# Create service
|
# Create service
|
||||||
service: On create service, it returns the new values; on delete service, it returns the values for the service being deleted.
|
service: On create service, it returns the new values; on delete service, it returns the values for the service being deleted.
|
||||||
|
|
|
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
|
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
|
||||||
# this
|
# this
|
||||||
RETURN = ''' '''
|
RETURN = '''# '''
|
||||||
'''
|
'''
|
||||||
services: When details is false, returns an array of service ARNs, else an array of these fields
|
services: When details is false, returns an array of service ARNs, else an array of these fields
|
||||||
clusterArn: The Amazon Resource Name (ARN) of the of the cluster that hosts the service.
|
clusterArn: The Amazon Resource Name (ARN) of the of the cluster that hosts the service.
|
||||||
|
|
Loading…
Reference in a new issue