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: