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
Matt Martz da4ff18406
Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)
* Support 'apply' to apply attributes to included tasks

* Cannot validate args for task_include

* Only allow apply on include_

* Re-enable arg validation, but only for include_tasks and import_tasks

* s/task/ir/

* Add tests for include_ apply

* Include context with AnsibleParserError

* Add docs for apply

* version_added

* Add free-form documentation back

* Add example of free-form with apply
6 years ago
..
apply Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 6 years ago
grandchild Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
include_path_inheritance Update TaskInclude _raw_params with the expanded/templated path to file (#39365) 6 years ago
nestedtasks/nested FIX: multiple nested tasks include levels (#35165) 7 years ago
playbook Pass vars from import_playbook in early (#39521) 6 years ago
role Restore previous test play, break new tests into a new play (#39688) 6 years ago
roles Ensure handlers have proper parent (#39426) 6 years ago
tasks Allow using action/local_action on includes and imports (#37260) 6 years ago
undefined_var Don't skip conditional exception on includes (#39377) 6 years ago
aliases Integration tests for import/include (#33418) 7 years ago
runme.sh Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 6 years ago
test_copious_include_tasks.yml Add include_import tests for many top level include_tasks (#36531) 7 years ago
test_grandparent_inheritance.yml Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 7 years ago
test_nested_tasks.yml Add include_import tests for many top level include_tasks (#36531) 7 years ago
test_role_recursion.yml Add include_import tests for many top level include_tasks (#36531) 7 years ago