c12s-kubespray/roles/container-engine/containerd/templates
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
..
apt_preferences.d Add .editorconfig file (#6307) 2020-06-29 12:39:59 -07:00
config.toml.j2 Add support for Kata Containers (#6256) 2020-06-22 00:28:39 -07:00
crictl.yaml.j2 containerd support (#4664) 2019-06-29 14:09:20 -07:00
fedora_containerd.repo.j2 Allow containerd runtime with fedora os (30/31) - add CI test (#6094) 2020-05-08 07:55:43 -07:00
http-proxy.conf.j2 Add proxy support to containerd, improves no_proxy (#5583) 2020-01-29 01:24:14 -08:00
rh_containerd.repo.j2 Fix proxy and module_hotfixes (#6837) 2020-10-19 23:06:07 -07:00