Comment 3 for bug 1952150

Revision history for this message
Aaron Hicks (aethylred) wrote :

I think a better correct setting is:

```
docker_yum_url: "https://download.docker.com/linux/{{ 'centos' if ansible_facts.distribution | lower == 'redhat' else ansible_facts.distribution | lower }}"
```

However, this may not be suitable for release. Also, the podman and buildah packages have to be removed.