mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f6714edabb
* cmd_runner module utils: fix bug when argument spec has implicit type * add changelog frag
2 lines
273 B
YAML
2 lines
273 B
YAML
bugfixes:
|
|
- cmd_runner module utils - when a parameter in ``argument_spec`` has no type, meaning it is implicitly a ``str``, ``CmdRunner`` would fail trying to find the ``type`` key in that dictionary (https://github.com/ansible-collections/community.general/pull/6968).
|