mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
[aws][docs] Replace uses of now-obsolete with_items
with loop
(#47164)
This commit is contained in:
parent
2043aad582
commit
df57a3fc7a
14 changed files with 23 additions and 23 deletions
|
@ -129,7 +129,7 @@ EXAMPLES = '''
|
|||
nat_gateway_id: "{{ item.NatGatewayId }}"
|
||||
release_eip: yes
|
||||
register: delete_nat_gateway_result
|
||||
with_items: "{{ gateways_to_remove.result }}"
|
||||
loop: "{{ gateways_to_remove.result }}"
|
||||
|
||||
- name: Delete nat gateway and wait for deleted status.
|
||||
ec2_vpc_nat_gateway:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue