c12s-kubespray/roles/container-engine/docker
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
..
defaults Add centos8 docker repo (#6747) 2020-09-25 06:11:11 -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 (#6837) 2020-10-19 23:06:07 -07:00
vars Add centos8 docker repo (#6747) 2020-09-25 06:11:11 -07:00