Skip to content

Commit

Permalink
Merge pull request #400 from klihub/fixes/e2e/containerd-2.0.0-provis…
Browse files Browse the repository at this point in the history
…ioning

e2e: containerd 2.0.0. provisioning fixup.
  • Loading branch information
fmuyassarov authored Nov 7, 2024
2 parents 81d070e + 5f0cbf1 commit 26f6ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/playbook/provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
when: ansible_facts['distribution'] == "Fedora"
ansible.builtin.lineinfile:
path: /etc/containerd/config.toml
regexp: ' *bin_dir *= *"/opt/cni/bin" *'
regexp: ' *bin_dir *= *./opt/cni/bin. *'
line: 'bin_dir = "/usr/libexec/cni"'

- name: Configure bridge CNI plugin
Expand Down

0 comments on commit 26f6ecd

Please sign in to comment.