the ansible version constant is now in a different place

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent daefbdad5c
commit e95c069aa6

@ -244,7 +244,7 @@ def main():
marker1 = re.sub(r'{mark}', 'END', marker)
if present and block:
# Escape seqeuences like '\n' need to be handled in Ansible 1.x
if module.constants['ANSIBLE_VERSION'].startswith('1.'):
if module.ansible_version.startswith('1.'):
block = re.sub('', block, '')
blocklines = [marker0] + block.splitlines() + [marker1]
else:

Loading…
Cancel
Save