c12s-kubespray/roles/container-engine/docker/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
..
docker-dns.conf.j2 Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
docker-options.conf.j2 Docker: Set Cgroup driver by default to systemd (#6563) 2020-08-31 04:56:20 -07:00
docker-orphan-cleanup.conf.j2 Added some minor changes to the docker orphan clean up process. (#3657) 2018-11-06 16:50:19 -08:00
docker.service.j2 Removed env vars DOCKER_NETWORK_OPTIONS and INSECURE_REGISTRY from docker.service.j2 (#6126) 2020-05-12 13:46:21 -07:00
fedora_docker.repo.j2 disable gpgcheck if gpgkey is empty (#5621) 2020-03-30 01:13:53 -07:00
http-proxy.conf.j2 Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
rh_docker.repo.j2 Fix proxy and module_hotfixes (#7067) 2020-12-22 04:54:26 -08:00