aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml b/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml
index 5b7713a554..f5e6ea5488 100644
--- a/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml
+++ b/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml
@@ -2,12 +2,12 @@
# file: roles/cleanup/tasks/vpp_device.yaml
- name: Reset vpp_device binary
- template:
+ copy:
src: 'files/reset_vppdevice.sh'
dest: '/usr/local/bin'
owner: 'root'
group: 'root'
- mode: '644'
+ mode: '744'
tags: reset-sriov
- name: Reset vpp_device