diff --git a/setup.py b/setup.py index 7997f07..cff51d6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ version='0.0.1', packages=['module_formatter'], package_data={'module_formatter': ['templates/*.j2']}, - install_requires=['ansible==1.9.2', + install_requires=['ansible==4.2.0', 'jinja2', ] ) \ No newline at end of file