Open aq-eng opened 9 years ago
Yes, I mention this issue in #15 too.
How many parameters have you tried to use so far? Do you know if anything else is broken?
Oh, and did you have to rename the blockinfile.py file to blockinfile (without .py extenstion)?
The following code block:
will crash under my test system with Ansible 1.7.
ANSIBLE_VERSION is not found and throws a NameError; my guess is that a newer version of ansible will import ANSIBE_VERSION with the wildcard imports but an older version does not. The program seems to work after removing the entire if block.