noris-network / ansible-prometheus-kafka-adapter

Ansible role to deploy prometheus-kafka-adapter as a Docker container
Apache License 2.0
0 stars 0 forks source link

Test execution fails for Debian 9 #18

Open fbermel opened 1 year ago

fbermel commented 1 year ago

Tests against Debian 9 fail with the following error:

TASK [geerlingguy.docker : Install Docker packages.] ***************************
fatal: [debian9]: FAILED! => {"changed": false, "msg": "No package matching 'docker-ce-rootless-extras' is available"}

It looks like the package docker-ce-rootless-extras is not available in Stretch. Should we try and fix this or just deprecate testing on Debian Stretch because it's EOL already?