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/sut_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/sut_azure.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut_azure.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut_azure.yaml b/resources/tools/testbed-setup/ansible/sut_azure.yaml index a3a24a4dcb..eb1b001ca2 100644 --- a/resources/tools/testbed-setup/ansible/sut_azure.yaml +++ b/resources/tools/testbed-setup/ansible/sut_azure.yaml @@ -15,14 +15,14 @@ tags: user_add - role: common tags: common + - role: docker + tags: docker - role: vpp tags: vpp - role: azure tags: azure - role: iperf tags: iperf - - role: docker - tags: docker - role: dpdk tags: dpdk - role: cleanup |