c12s-kubespray/roles/container-engine/docker
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
..
defaults Docker: Set Cgroup driver by default to systemd (#6563) 2020-08-31 04:56:20 -07:00
files Fixing and issue where if the pids in the orphan list no longer exist then all systemd child processes would be killed. (#5636) 2020-02-17 09:33:29 -08:00
handlers Remove support for CoreOS Container Linux (#6576) 2020-08-28 02:28:53 -07:00
meta Manage containerd.io package with docker CRI. (#6218) 2020-06-05 05:55:44 -07:00
molecule/default Upgrade molecule to v3 (#6468) 2020-08-04 05:24:19 -07:00
tasks Remove support for CoreOS Container Linux (#6576) 2020-08-28 02:28:53 -07:00
templates Fix proxy and module_hotfixes (#7067) 2020-12-22 04:54:26 -08:00
vars Move fedora30 jobs to fedora32 (#6426) 2020-07-30 23:31:07 -07:00