Skip to content

Commit

Permalink
crio container runtime crio_registries path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-peter authored and pedromcpedro committed May 13, 2024
1 parent 41036e3 commit 0a01f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/container-engine/cri-o/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a01f54

Please sign in to comment.