Cloud amazon and azure (#3610)

* Native YAML - cloud/amazon

* Native YAML - cloud/azure
This commit is contained in:
Fabio Alessandro Locati 2016-12-01 16:39:21 +00:00 committed by Matt Clay
parent 06a8f1d79b
commit 1e9333f822
5 changed files with 21 additions and 16 deletions

View file

@ -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 }} "