Update ansible-core to be an option dependency

Removes restriction on destination environment, allowing users to use
the same version of ansible with this script as they use for everything else
This commit is contained in:
2022-04-08 02:09:38 -04:00
parent 58790a0615
commit 71a464cb26
4 changed files with 23 additions and 21 deletions

View File

@@ -7,6 +7,8 @@ skip_missing_interpreters = true
description = Run the tests
require_locked_deps = true
require_poetry = true
extras =
ansible
locked_deps =
pytest
pytest-cov