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
Brian Coca e40832df84
become mixin is no more (#54002)
* become mixin is no more
  since sudo/su keywords are removed in 2.9 .. no need to keep this code around
 * also don't need test for code that is removed
 * made preprocess_data on base noop
   its not used by anything anymore, but kept for backwards compat since other methods of same name are used
6 years ago
..
role
__init__.py
test_attribute.py
test_base.py become mixin is no more (#54002) 6 years ago
test_block.py
test_conditional.py
test_helpers.py
test_included_file.py Don't pollute include_variables (#54687) 6 years ago
test_play.py
test_play_context.py become mixin is no more (#54002) 6 years ago
test_playbook.py
test_taggable.py
test_task.py