mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +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
@@ -95,7 +95,8 @@ EXAMPLES = '''
|
||||
role: "arn:aws:iam::{{ account }}:role/API2LambdaExecRole"
|
||||
|
||||
- name: show results
|
||||
debug: var=lambda_facts
|
||||
debug:
|
||||
var: lambda_facts
|
||||
|
||||
# The following will set the Dev alias to the latest version ($LATEST) since version is omitted (or = 0)
|
||||
- name: "alias 'Dev' for function {{ lambda_facts.FunctionName }} "
|
||||
|
||||
Reference in New Issue
Block a user