Skip to content

Commit

Permalink
fixes #98: remove excessive comma in docker config that blocks it fro…
Browse files Browse the repository at this point in the history
…m starting, remove excessive quote in containerd config
  • Loading branch information
ghormoon authored and ReSearchITEng committed Apr 2, 2024
1 parent 4ebc48e commit cfce55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
lineinfile:
dest: /etc/containerd/config.toml
regexp: '^(.*)sandbox_image = "registry.k8s.io/pause(.*)$'
line: '\1sandbox_image = "{{ images_repo | default ("registry.k8s.io") }}/pause\2"'
line: '\1sandbox_image = "{{ images_repo | default ("registry.k8s.io") }}/pause\2'
backrefs: yes
notify:
- Restart containerd
Expand Down

0 comments on commit cfce55a

Please sign in to comment.