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/units/playbook
Matt Davis a40baf22fa
various mod_args fixes (#60290)
* various mod_args fixes

* filter task keywords when parsing actions from task_ds- prevents repeatedly banging on the pluginloader for things we know aren't modules/actions
* clean up module/action error messaging. Death to `no action in task!`- actually list the candidate modules/actions from the task if present.

* remove shadowed_module test

* previous discussion was that this behavior isn't worth the complexity or performance costs in mod_args

* fix/add test, remove module shadow logic

* address review feedback
5 years ago
..
role role: Fix role's hash_params (#55263) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_base.py become mixin is no more (#54002) 6 years ago
test_block.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_conditional.py conditional: fix direct boolean "shortcut" (#47941) 6 years ago
test_helpers.py various mod_args fixes (#60290) 5 years ago
test_included_file.py Don't pollute include_variables (#54687) 6 years ago
test_play.py Unit tests: remove unused imports (#59812) 5 years ago
test_play_context.py Restore ansible --version output (#55728) 6 years ago
test_playbook.py Unit tests: remove unused imports (#59812) 5 years ago
test_taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
test_task.py Add better error when k=v syntax is used with YAML in tasks (#41754) 6 years ago