c12s-kubespray/roles/container-engine
Etienne Champetier 03f316e7a2
Fix proxy and module_hotfixes (#6837)
This fixes the Containerd + EL8 case that was missed in 7d1ab3374e

On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.

For example:
```
proxy=http://127.0.0.1:3128module_hotfixes=True
```

But expected result:
```
proxy=http://127.0.0.1:3128
module_hotfixes=True
```

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2020-10-19 23:06:07 -07:00
..
containerd Fix proxy and module_hotfixes (#6837) 2020-10-19 23:06:07 -07:00
containerd-common Update containerd to 1.3.7 - add fedora32/centos8 containerd packages (#6749) 2020-09-25 08:15:11 -07:00
cri-o bump crio version to 1.19 (#6758) 2020-10-13 02:08:26 -07:00
docker Fix proxy and module_hotfixes (#6837) 2020-10-19 23:06:07 -07:00
docker-storage Make container storage repository configurable (#4284) 2019-02-25 19:29:32 -08:00
kata-containers Updated KataContainers version to 1.11.3 (#6694) 2020-09-17 02:32:45 -07:00
meta Add support for Kata Containers (#6256) 2020-06-22 00:28:39 -07:00