mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
debug regex maps
This commit is contained in:
parent
1a1402dd64
commit
f95249958f
@ -299,6 +299,10 @@ _taskstartregex = re.compile(
|
||||
r'^(?P<white>\s*-\s+)(?P<nm>%s):' %
|
||||
'|'.join(['name'] + list(fqcndict.keys()))
|
||||
)
|
||||
if args.debug:
|
||||
debugmsg('_fqcnregex : "%s"' % _fqcnregex)
|
||||
debugmsg('_taskstartregex: "%s"' % _taskstartregex)
|
||||
|
||||
|
||||
# do it
|
||||
for f in parsefiles:
|
||||
|
Loading…
Reference in New Issue
Block a user