mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
committed by
Toshio Kuratomi
parent
7ec692ea7f
commit
65ffb92bff
@@ -141,7 +141,7 @@ def strftime(string_format, second=None):
|
|||||||
|
|
||||||
def quote(a):
|
def quote(a):
|
||||||
''' return its argument quoted for shell usage '''
|
''' return its argument quoted for shell usage '''
|
||||||
return shlex_quote(a)
|
return shlex_quote(to_text(a))
|
||||||
|
|
||||||
|
|
||||||
def fileglob(pathname):
|
def fileglob(pathname):
|
||||||
|
|||||||
Reference in New Issue
Block a user