Skip to content

Commit

Permalink
fix: allow ansible-core versions newer than 2.13
Browse files Browse the repository at this point in the history
ansible-core 2.13 and the corresponding ansible 6.0.0 had been deprecated. This allows users to use ansible-doctor with any modern enough version of ansible, while not breaking legacy setups.
  • Loading branch information
danielpodwysocki authored Jan 9, 2024
1 parent 593df92 commit 505f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pathspec = "0.12.1"
python = "^3.8.0"
python-json-logger = "2.0.7"
"ruamel.yaml" = "0.18.5"
ansible-core = "2.13"
ansible-core = "^2.13"

[tool.poetry.scripts]
ansible-doctor = "ansibledoctor.cli:main"
Expand Down

0 comments on commit 505f9b5

Please sign in to comment.