aq-eng
Results
1
issues of
aq-eng
The following code block: ``` if present and block: # Escape seqeuences like '\n' need to be handled in Ansible 1.x if ANSIBLE_VERSION.startswith('1.'): block = re.sub('', block, '') blocklines =...