Merge "added missing become in ovs-dpdk role"

This commit is contained in:
Zuul 2022-04-12 16:27:18 +00:00 committed by Gerrit Code Review
commit 259a5fc308

@ -13,6 +13,7 @@
with_dict: "{{ ovsdpdk_services }}"
- name: Copying over config.json files for services
become: true
template:
src: "{{ item.key }}.json.j2"
dest: "{{ node_config_directory }}/{{ item.key }}/config.json"
@ -25,6 +26,7 @@
- "Restart {{ item.key }} container"
- name: Copying ovs-dpdkctl tool
become: true
copy:
src: ../tools/ovs-dpdkctl.sh
dest: "{{ node_config_directory }}/ovsdpdk-db/ovs-dpdkctl.sh"