mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cloud amazon and azure (#3610)
* Native YAML - cloud/amazon * Native YAML - cloud/azure
This commit is contained in:
committed by
Matt Clay
parent
06a8f1d79b
commit
1e9333f822
@@ -108,7 +108,9 @@ EXAMPLES = '''
|
||||
register: response
|
||||
# the response will have a `logs` key that will contain a log (up to 4KB) of the function execution in Lambda.
|
||||
|
||||
- execute_lambda: name=test-function version_qualifier=PRODUCTION
|
||||
- execute_lambda:
|
||||
name: test-function
|
||||
version_qualifier: PRODUCTION
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user