mirror of https://github.com/ansible/ansible.git
Handle ValueError in run_command when parsing invalid args(shlex.split) (#85945)
parent
d9d11d6ff6
commit
8d07ed6318
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- basic - fail in controlled manner when ``run_command()`` attempts to parse a command with broken syntax passed in as a string (https://github.com/ansible/ansible/issues/85719).
|
||||||
Loading…
Reference in New Issue