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
Matt Martz f8654de851
Ensure that data within a tuple is marked as unsafe (#65918)
* Use is_sequence, and Mapping throughout, add support for tuples. Fixes #65722

* Address tests

* Remove unused import

* Add changelog

* Add docstring for clarity

* Argh, linting fix

* Not chasing this rabbit

* wrap_var doesn't return a ref to the original item

* no ref tests

* Remove unused import
5 years ago
..
cli
compat
config
contrib
errors
executor
galaxy
inventory_test_data/group_vars
mock
module_utils
modules
parsing
playbook
plugins
regex
template
utils Ensure that data within a tuple is marked as unsafe (#65918) 5 years ago
vars
__init__.py
requirements.txt
test_constants.py
test_context.py