Skip to content
Snippets Groups Projects
Commit ebba0438 authored by nimrod's avatar nimrod
Browse files

Use ansible-core instead of ansible.

Should work the same for syntax checks (the modules aren't needed). Use
a newer version that doesn't need resolvelib or PyYAML or Cython
workarounds to install.
parent ef98482a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ setup(
author_email="nimrod@shore.co.il",
version=VERSION,
install_requires=[
"ansible>=4",
"ansible-core>=2.14",
"poetry",
],
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment