CI: Replace the container used in the nsenter tests (#368)

* Replace the container used in the nsenter tests.

* Improve connection tests.g

* Use quay.io/ansible/ansible-runner:devel instead.
This commit is contained in:
Felix Fontein
2022-05-21 16:53:09 +02:00
committed by GitHub
parent cfc6fb9d40
commit ab2d33aa99
2 changed files with 4 additions and 2 deletions
@@ -4,7 +4,7 @@ set -euo pipefail
[[ -n "${DEBUG:-}" || -n "${ANSIBLE_DEBUG:-}" ]] && set -x
readonly IMAGE="quay.io/ansible/toolset:latest"
readonly IMAGE="quay.io/ansible/ansible-runner:devel"
readonly PYTHON="$(command -v python3 python | head -n1)"
# Determine collection root