mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -11,14 +11,14 @@
|
|||
- name: test with_flattened
|
||||
set_fact: '{{ item }}=flattened'
|
||||
with_community.general.flattened:
|
||||
- - a__
|
||||
- - b__
|
||||
- - c__
|
||||
- d__
|
||||
- - a__
|
||||
- - b__
|
||||
- - c__
|
||||
- d__
|
||||
- name: verify with_flattened results
|
||||
assert:
|
||||
that:
|
||||
- a__ == 'flattened'
|
||||
- b__ == 'flattened'
|
||||
- c__ == 'flattened'
|
||||
- d__ == 'flattened'
|
||||
- a__ == 'flattened'
|
||||
- b__ == 'flattened'
|
||||
- c__ == 'flattened'
|
||||
- d__ == 'flattened'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue