mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
802.1x tests: Fix cleanup
The runtime state needs to be down.
This commit is contained in:
parent
255aed57a4
commit
d9ea229a6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue