mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
This makes it possible to use anything other than a list (e.g., a tuple, or dict.keys() in py3k) for argument_spec choices. It also improves the error messages if you don't use a list type.