c12s-kubespray/roles/container-engine/containerd
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 #6552 Update extras_rh_repo_base_url (#6556) 2020-08-21 00:09:55 -07:00
handlers Enable containerd to deploy vanilla containerd package (#4951) 2019-07-10 23:46:54 -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 Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
templates Fix proxy and module_hotfixes (#7067) 2020-12-22 04:54:26 -08:00
vars Add .editorconfig file (#6307) 2020-06-29 12:39:59 -07:00