mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
This commit is contained in:
parent
726c6eb889
commit
a7f45c0660
2 changed files with 14 additions and 4 deletions
|
@ -223,3 +223,13 @@
|
|||
- assert:
|
||||
that:
|
||||
- with_list_passed_a_dict is failed
|
||||
|
||||
- debug:
|
||||
var: "item"
|
||||
loop:
|
||||
- "{{ ansible_search_path }}"
|
||||
register: loop_search_path
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- ansible_search_path == loop_search_path.results.0.item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue