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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ setup(
    author_email="nimrod@shore.co.il",
    version=VERSION,
    install_requires=[
        "ansible>=4",
        "ansible-core>=2.14",
        "poetry",
    ],
    entry_points={