mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user