mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
* Test nested import_tasks when the parent import contains a template
* Fix templating the parent_include.args
(cherry picked from commit 9a6420e1d5)
This commit is contained in:
@@ -9,3 +9,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- nested_adjacent_count|int == 2
|
||||
|
||||
- import_tasks: "{{ role_path }}/tests/main.yml"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
- import_tasks: tests_relative.yml
|
||||
Reference in New Issue
Block a user