1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook/role
Toshio Kuratomi 5f5ea06ca4 make hash_params more robust in the face of many corner cases (#18701)
* make hash_params more robust in the face of many corner cases

Fixes #18680
Alternative fix to #18681

* add test case for role.hash_params

* Add role.hash_params test for more types

A set, a generator/iterable, and a Container that
is not Iterable.
2016-12-05 04:01:45 -08:00
..
__init__.py make hash_params more robust in the face of many corner cases (#18701) 2016-12-05 04:01:45 -08:00
definition.py With role params also keep special params in the ds as well as params 2016-11-18 22:15:55 -06:00
include.py Better error for bad role def 2016-10-14 11:38:09 -04:00
metadata.py Use new YAML syntax in role dependencies. 2016-09-29 21:57:12 -04:00
requirement.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00