mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
cmd_runner - handle special value "auto" in param force_lang (#8517)
* cmd_runner - handle special value "auto" in param force_lang * add changelog frag * update doc in puppet * fix markup
This commit is contained in:
parent
01d8c7b769
commit
5259caacae
3 changed files with 12 additions and 1 deletions
2
changelogs/fragments/8517-cmd-runner-lang-auto.yml
Normal file
2
changelogs/fragments/8517-cmd-runner-lang-auto.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- CmdRunner module utils - the parameter ``force_lang`` now supports the special value ``auto`` which will automatically try and determine the best parsable locale in the system (https://github.com/ansible-collections/community.general/pull/8517).
|
Loading…
Add table
Add a link
Reference in a new issue