e2add5cecf5f733dccbb429195068cc582aaf7b8
[csit.git] / resources / tools / testbed-setup / ansible / roles / vpp_device / handlers / main.yaml
1 ---
2 # file: roles/vpp_device/handlers/main.yaml
3
4 - name: Enable csit-initialize-vfs.service
5   command: systemctl enable csit-initialize-vfs.service
6   tags: enable-vf-service
7