Browse Source
This fixes the Containerd + EL8 case that was missed inpull/7197/head7d1ab3374e
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 commit03f316e7a2
)
committed by
GitHub
2 changed files with 12 additions and 5 deletions
Loading…