Skip to content

Commit

Permalink
crio registry rewrite patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-peter authored and pedromcpedro committed May 8, 2024
1 parent bfac7d8 commit 0f30e7d
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 0f30e7d

Please sign in to comment.