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
2018-05-04 11:10:50 -05:00
..
hello Add include_import tests for many top level include_tasks (#36531) 2018-04-11 17:08:33 -04:00
nested
tasks1.yml
tasks2.yml
tasks3.yml
tasks4.yml
tasks5.yml
tasks6.yml
test_import_tasks.yml
test_import_tasks_tags.yml
test_include_tasks.yml Allow using action/local_action on includes and imports (#37260) 2018-05-04 11:10:50 -05:00
test_include_tasks_tags.yml
test_recursion.yml
validate3.yml
validate_tags.yml