c12s-kubespray/roles/download
Kenichi Omichi 2cc5f04bad
Removed quotation of nerdctl_extra_flags. (#8699)
The quotations in the variable nerdctl_extra_flags are not required
for the `nerdctl_image_pull_command` and throw the following error
when executing the cluster-playbook with `container_insecure_registries` set:
        unknown flag: --insecure-registry\\\"
This happens as the complete nerdctl_image_pull_command string
variable gets split into an array string for the cmd task.
The escaped quotation doesn't get escaped properly and is added to
the cmd-string array as part of the command. This leads to a wrong
written insecure-registry flag, which throws this error.
2022-04-09 11:02:04 -07:00
..
defaults Removed quotation of nerdctl_extra_flags. (#8699) 2022-04-09 11:02:04 -07:00
meta Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
tasks Fix image_command_tool ignored since PR #8601 (#8684) 2022-04-06 02:00:58 -07:00
templates change coredns image name to coredns/coredns and prefix v to tag (#7570) 2021-04-30 07:43:58 -07:00