summaryrefslogtreecommitdiff
path: root/tests/integration/targets/prepare_vyos_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/targets/prepare_vyos_tests')
-rw-r--r--tests/integration/targets/prepare_vyos_tests/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml b/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml
index 2ed8d8c..5800a58 100644
--- a/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml
+++ b/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml
@@ -5,7 +5,7 @@
set interfaces ethernet eth0 address dhcp
set interfaces ethernet eth0 speed auto
set interfaces ethernet eth0 duplex auto
- set interfaces ethernet eth1
+ set interfaces ethernet eth1 address 192.0.2.1/24
set interfaces ethernet eth2
delete interfaces loopback lo
ignore_errors: "{{ result.failed }}"