aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/vpp_device/handlers/main.yaml
blob: bda9dd4649762a394a09b351e3bb33e8751e72c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# file: roles/vpp_device/handlers/main.yaml

- name: Enable csit-initialize-vfs.service
  command: systemctl enable csit-initialize-vfs.service
  tags: enable-vf-service

- name: Update GRUB
  command: update-grub
  tags: update-grub