diff options
author | pmikus <pmikus@cisco.com> | 2021-02-15 16:16:31 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-02-19 11:57:30 +0000 |
commit | 7b93e96740997dab4383140a639b055e074f63c1 (patch) | |
tree | 8d54d10e65af9a6c58546fd3b36aed9cb8d174af /resources/tools/testbed-setup/ansible/tg_azure.yaml | |
parent | ecfe59f83a49e0dda9cead06b81339e4ea545053 (diff) |
Infra: Ansible Ubuntu Focal
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I6558938fe4bbdfb5add7a361adb4a12da6b0a6dc
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg_azure.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg_azure.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index ef3201617c..3713dc845f 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -17,6 +17,8 @@ tags: common - role: azure tags: azure + - role: docker + tags: docker - role: tg tags: tg - role: iperf @@ -25,8 +27,6 @@ tags: trex - role: ab tags: ab - - role: docker - tags: docker - role: cleanup tags: cleanup # - role: calibration |