mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -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
|
@ -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 }} "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue