ansible/roles/mirrormanager/mirrorlist_proxy
Adrian Reber e8503d0d5a mirrorlist: try a explicit removal if starting fails
Starting the mirrorlist container after a stop sometimes fails with:

Error: error creating container storage: the container name "mirrorlist1.service" is already in use

One way to work around this is to run:

sudo -u mirrormanager /usr/bin/podman rm mirrorlist1.service --storage --force

The restart mirrorlist container script now tries to remove the
container with '--storage --force' if the start fails and retries the
start.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:16 +02:00
..
defaults mirrorlist: switch production to new mirrorlist release 2020-04-24 21:34:15 +02:00
files mirrorlist: make mirrorlist restart script look at .proto 2020-04-24 21:34:15 +02:00
tasks mirrorlist: make mirrorlist restart script look at .proto 2020-04-24 21:34:15 +02:00
templates mirrorlist: try a explicit removal if starting fails 2020-04-24 21:34:16 +02:00
vars Switch staging to new rust based mirrorlist server 2020-04-24 21:34:12 +02:00