linux-system-roles / rhc

Role to manage RH subscription management and Insights
https://linux-system-roles.github.io/rhc/
MIT License
10 stars 15 forks source link

tests: force recreating Candlepin container #152

Closed ptoscano closed 11 months ago

ptoscano commented 11 months ago

It seems that the podman_container thinks that the container is changed, in case it is already running, and thus it tries to recreate it; this might be an already reported issue [1].

To avoid problems on this, force the creation of the container to a new one, in case it is running already. This also gives back a new clean Candlepin.

[1] https://github.com/containers/ansible-podman-collections/issues/532

ptoscano commented 11 months ago

[citest]