diff options
Diffstat (limited to 'fdio.infra.ansible/roles/topology/templates/hosts.j2')
-rw-r--r-- | fdio.infra.ansible/roles/topology/templates/hosts.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdio.infra.ansible/roles/topology/templates/hosts.j2 b/fdio.infra.ansible/roles/topology/templates/hosts.j2 index 12a992dfec..f02586cc99 100644 --- a/fdio.infra.ansible/roles/topology/templates/hosts.j2 +++ b/fdio.infra.ansible/roles/topology/templates/hosts.j2 @@ -5,5 +5,5 @@ all: {{ tg_public_ip }} sut: hosts: - {{ dut1_public_ip }} + {{ dut1_public_ip | default() }} {{ dut2_public_ip | default() }} |