mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
with_items should not be used any more - using loop instead (#47294)
This commit is contained in:
@@ -60,7 +60,7 @@ EXAMPLES = '''
|
||||
rhsm_repository:
|
||||
name: "{{ item }}"
|
||||
state: disabled
|
||||
with_items: "{{
|
||||
loop: "{{
|
||||
rhsm_repository.repositories |
|
||||
map(attribute='id') |
|
||||
difference(['rhel-7-server-rpms']) }}"
|
||||
|
||||
Reference in New Issue
Block a user