c12s-kubespray/roles/container-engine/containerd/templates
Etienne Champetier c267d427ce
Fix proxy and module_hotfixes (#7067)
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>
(cherry picked from commit 03f316e7a2)
2020-12-22 04:54:26 -08:00
..
apt_preferences.d Add .editorconfig file (#6307) 2020-06-29 12:39:59 -07:00
config.toml.j2 [2.14] fix ci (#7021) 2020-12-17 08:07:09 -08: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 (#7067) 2020-12-22 04:54:26 -08:00