mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
with_items should not be used any more - using loop instead (#47363)
This commit is contained in:
parent
6c612c9e6c
commit
0bb3205dee
3 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ EXAMPLES = r'''
|
|||
peer_hostname: "{{ item.inventory_hostname }}"
|
||||
peer_user: "{{ item.bigip_username }}"
|
||||
peer_password: "{{ item.bigip_password }}"
|
||||
with_items: hostvars
|
||||
loop: hostvars
|
||||
when: inventory_hostname in groups['master']
|
||||
delegate_to: localhost
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue