mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 05:11:25 -07:00
Cloud amazon and azure (#3610)
* Native YAML - cloud/amazon * Native YAML - cloud/azure
This commit is contained in:
parent
06a8f1d79b
commit
1e9333f822
5 changed files with 21 additions and 16 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue