X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg.yaml;h=16d2e0fd40b954103926495f76dbce0c882e2ea2;hp=a652dc5c80b2f477cdc6a8a7b93d797bf35f1d70;hb=2045a26e54b45a5fd7635102ceda1662d84a2047;hpb=97063f15d83378f8c5989b7116eb7a542147455f 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