crio container runtime crio_registries path fix (#11030)
parent
dac4705ebe
commit
0b464b5239
|
@ -169,7 +169,7 @@
|
|||
- name: Cri-o | write registries configs
|
||||
template:
|
||||
src: registry.conf.j2
|
||||
dest: "/etc/containers/registries.conf.d/10-{{ item.prefix | default(item.location) | regex_replace(':', '_') }}.conf"
|
||||
dest: "/etc/containers/registries.conf.d/10-{{ item.prefix | default(item.location) | regex_replace(':|/', '_') }}.conf"
|
||||
mode: 0644
|
||||
loop: "{{ crio_registries }}"
|
||||
notify: Restart crio
|
||||
|
|
Loading…
Reference in New Issue