diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index 172e8a9721..a2c9fe5f23 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -6,10 +6,10 @@ become: yes become_user: root roles: + - role: baremetal + tags: baremetal - role: common tags: common - - role: vexx_hosts - tags: vexx_hosts - role: tg tags: tg - role: iperf |