CSIT-1292 Update Ansible playbooks with vpp_device tasks
[csit.git] / resources / tools / testbed-setup / ansible / roles / vpp_device / handlers / main.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/vpp_device/handlers/main.yaml b/resources/tools/testbed-setup/ansible/roles/vpp_device/handlers/main.yaml
new file mode 100644 (file)
index 0000000..e2add5c
--- /dev/null
@@ -0,0 +1,7 @@
+---
+# file: roles/vpp_device/handlers/main.yaml
+
+- name: Enable csit-initialize-vfs.service
+  command: systemctl enable csit-initialize-vfs.service
+  tags: enable-vf-service
+