aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/tg.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/tg.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml
index a652dc5c80..16d2e0fd40 100644
--- a/resources/tools/testbed-setup/ansible/tg.yaml
+++ b/resources/tools/testbed-setup/ansible/tg.yaml
@@ -6,6 +6,11 @@
become: yes
become_user: root
roles:
- - common
- - tg
- - tg_sut
+ - role: common
+ tags: common
+ - role: tg
+ tags: tg
+ - role: tg_sut
+ tags: tg_sut
+ - role: calibration
+ tags: calibration