1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

with_items should not be used any more - using loop instead (#47294)

This commit is contained in:
Petr Ruzicka 2018-10-19 18:43:00 +02:00 committed by Sam Doran
parent 04d3693e1f
commit 6cd17401ec

View file

@ -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']) }}"