mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Fix incomplete sentence in serverless module docs
This commit is contained in:
parent
3a2a1e054f
commit
b611c92626
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ EXAMPLES = """
|
||||||
RETURN = """
|
RETURN = """
|
||||||
service_name:
|
service_name:
|
||||||
type: string
|
type: string
|
||||||
description: Most
|
description: The service name specified in the serverless.yml that was just deployed.
|
||||||
returned: always
|
returned: always
|
||||||
sample: my-fancy-service-dev
|
sample: my-fancy-service-dev
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue