X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fvpp_device.yaml;h=3d4894136fffe283feb8cff8d6b09fb9e2518921;hp=7f0f6eb91a3a452d4afbbd25ba9b58cb0b26dadd;hb=2045a26e54b45a5fd7635102ceda1662d84a2047;hpb=97063f15d83378f8c5989b7116eb7a542147455f diff --git a/resources/tools/testbed-setup/ansible/vpp_device.yaml b/resources/tools/testbed-setup/ansible/vpp_device.yaml index 7f0f6eb91a..3d4894136f 100644 --- a/resources/tools/testbed-setup/ansible/vpp_device.yaml +++ b/resources/tools/testbed-setup/ansible/vpp_device.yaml @@ -6,5 +6,7 @@ become: yes become_user: root roles: - - common - - vpp_device + - role: common + tags: common + - role: vpp_device + tags: vpp_device