diff options
author | 2024-05-01 09:19:13 +0200 | |
---|---|---|
committer | 2024-05-01 18:15:14 +0200 | |
commit | ba970c7b3ffea5c773bc9d65fde3f37c4a5f4c60 (patch) | |
tree | ebad107a99bd7ac964feb32b13d6ae36d988f888 /pyproject.toml | |
parent | ignore pycharm's idea files (diff) |
Depend on ansible-core instead of Ansible
Allow for faster local installation by only installing what we need.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2bf34a9..4ef4bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ruff = "0.4.2" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] -ansible = "9.5.1" +ansible-core = "^2.16.6" ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" |