mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
committed by
Matt Clay
parent
09082e6e7f
commit
84f27cfa68
@@ -127,9 +127,8 @@ OPTIONS = {'chdir': None,
|
||||
# the line is reached
|
||||
OPTIONS_REGEX = '|'.join(OPTIONS.keys())
|
||||
PARAM_REGEX = re.compile(
|
||||
r'(^|\s)({options_regex})=(?P<quote>[\'"])?(.*?)(?(quote)(?<!\\)(?P=quote))((?<!\\)(?=\s)|$)'.format(
|
||||
options_regex=OPTIONS_REGEX
|
||||
)
|
||||
r'(^|\s)(' + OPTIONS_REGEX +
|
||||
r')=(?P<quote>[\'"])?(.*?)(?(quote)(?<!\\)(?P=quote))((?<!\\)(?=\s)|$)'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user