mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
parent
f61ba3d047
commit
189824dd76
2 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ def split_args(args):
|
|||
|
||||
# here we encode the args, so we have a uniform charset to
|
||||
# work with, and split on white space
|
||||
args = args.strip()
|
||||
try:
|
||||
args = args.encode('utf-8')
|
||||
do_decode = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue