mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[aws][docs] Replace uses of now-obsolete with_items with loop (#47164)
This commit is contained in:
@@ -125,7 +125,7 @@ EXAMPLES = '''
|
||||
environment_variables: '{{ item.env_vars }}'
|
||||
tags:
|
||||
key1: 'value1'
|
||||
with_items:
|
||||
loop:
|
||||
- name: HelloWorld
|
||||
zip_file: hello-code.zip
|
||||
env_vars:
|
||||
@@ -153,7 +153,7 @@ EXAMPLES = '''
|
||||
lambda:
|
||||
name: '{{ item }}'
|
||||
state: absent
|
||||
with_items:
|
||||
loop:
|
||||
- HelloWorld
|
||||
- ByeBye
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user