diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/site.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/site.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 4a8a7f045a..1f59505168 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -7,8 +7,8 @@ - import_playbook: sut.yaml tags: sut -#- import_playbook: vppdevice.yaml -# tags: vppdevice +- import_playbook: vpp_device.yaml + tags: vpp-device #- import_playbook: virl.yaml # tags: virl |