Skip to content

Commit

Permalink
e2e: fix cni_plugin=bridge in provisioning a vm
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Kervinen <[email protected]>
  • Loading branch information
askervin authored and klihub committed Sep 17, 2024
1 parent ed7cecc commit da9e0cd
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 @@ -431,7 +431,7 @@
- name: Update CNI bridge plugin configuration
ansible.builtin.replace:
path: /etc/cni/net.d/10-bridge.conf
regexp: '(#CNI_NETWORK#)'
regexp: 'CNI_NETWORK'
replace: "{{ network }}"

- name: Generate join command
Expand Down

0 comments on commit da9e0cd

Please sign in to comment.