From d9ea229a6aca0ecb33e4539672aac6aa53d343f9 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 17 Apr 2020 16:53:06 +0200 Subject: [PATCH] 802.1x tests: Fix cleanup The runtime state needs to be down. --- tests/playbooks/tests_802_1x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playbooks/tests_802_1x.yml b/tests/playbooks/tests_802_1x.yml index c9d51ae..3c59919 100644 --- a/tests/playbooks/tests_802_1x.yml +++ b/tests/playbooks/tests_802_1x.yml @@ -96,10 +96,10 @@ network_connections: - name: "{{ interface }}" persistent_state: absent - state: absent + state: down - name: br1 persistent_state: absent - state: absent + state: down ignore_errors: true - include_tasks: tasks/cleanup-802_1x_server.yml tags: