You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/include_import/tasks
Matt Martz 3d5a7d6dc2
Allow using action/local_action on includes and imports (#37260)
* Prevent using action/local_action on includes and imports. Fixes #28822

* Use ModuleArgsParser to determine action instead of disallowing action/local_action with import/include

* Add to_native

* switch back to block in task_ds, use ModuleArgsParse otherwise

* var should be task_ds

* Add test validating action+include_tasks
6 years ago
..
hello Add include_import tests for many top level include_tasks (#36531) 7 years ago
nested FIX: multiple nested tasks include levels (#35165) 7 years ago
tasks1.yml Integration tests for import/include (#33418) 7 years ago
tasks2.yml Integration tests for import/include (#33418) 7 years ago
tasks3.yml Integration tests for import/include (#33418) 7 years ago
tasks4.yml Integration tests for import/include (#33418) 7 years ago
tasks5.yml Integration tests for import/include (#33418) 7 years ago
tasks6.yml Integration tests for import/include (#33418) 7 years ago
test_import_tasks.yml Integration tests for import/include (#33418) 7 years ago
test_import_tasks_tags.yml Integration tests for import/include (#33418) 7 years ago
test_include_tasks.yml Allow using action/local_action on includes and imports (#37260) 6 years ago
test_include_tasks_tags.yml Integration tests for import/include (#33418) 7 years ago
test_recursion.yml Integration tests for import/include (#33418) 7 years ago
validate3.yml Integration tests for import/include (#33418) 7 years ago
validate_tags.yml Integration tests for import/include (#33418) 7 years ago