mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 23:00:02 -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
|
@ -82,7 +82,8 @@ EXAMPLES = '''
|
|||
query: all
|
||||
max_items: 20
|
||||
- name: show Lambda facts
|
||||
debug: var=lambda_facts
|
||||
debug:
|
||||
var: lambda_facts
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue