mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
3
tests/integration/targets/lookup_flattened/aliases
Normal file
3
tests/integration/targets/lookup_flattened/aliases
Normal file
|
@ -0,0 +1,3 @@
|
|||
shippable/posix/group2
|
||||
skip/aix
|
||||
skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller
|
14
tests/integration/targets/lookup_flattened/tasks/main.yml
Normal file
14
tests/integration/targets/lookup_flattened/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
- name: test with_flattened
|
||||
set_fact: '{{ item }}=flattened'
|
||||
with_community.general.flattened:
|
||||
- - a__
|
||||
- - b__
|
||||
- - c__
|
||||
- d__
|
||||
- name: verify with_flattened results
|
||||
assert:
|
||||
that:
|
||||
- a__ == 'flattened'
|
||||
- b__ == 'flattened'
|
||||
- c__ == 'flattened'
|
||||
- d__ == 'flattened'
|
Loading…
Add table
Add a link
Reference in a new issue