mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Change $FILE{} and $PIPE{} to $FILE() and $PIPE()
This commit is contained in:
committed by
Daniel Hokka Zakrisson
parent
cc948f339c
commit
4ded8cb3b3
@@ -220,7 +220,7 @@ def varReplace(raw, vars):
|
||||
|
||||
return ''.join(done)
|
||||
|
||||
_FILEPIPECRE = re.compile(r"\$(?P<special>FILE|PIPE)\{([^\}]+)\}")
|
||||
_FILEPIPECRE = re.compile(r"\$(?P<special>FILE|PIPE)\(([^\}]+)\)")
|
||||
def varReplaceFilesAndPipes(basedir, raw):
|
||||
done = [] # Completed chunks to return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user