mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
with_items should not be used any more - using loop instead (#47294)
This commit is contained in:
parent
04d3693e1f
commit
6cd17401ec
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ EXAMPLES = '''
|
||||||
rhsm_repository:
|
rhsm_repository:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: disabled
|
state: disabled
|
||||||
with_items: "{{
|
loop: "{{
|
||||||
rhsm_repository.repositories |
|
rhsm_repository.repositories |
|
||||||
map(attribute='id') |
|
map(attribute='id') |
|
||||||
difference(['rhel-7-server-rpms']) }}"
|
difference(['rhel-7-server-rpms']) }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue