mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
When removing a profile with initscripts, also notify NetworkManager so it can forget that the specified device was to be ignored.
7 lines
139 B
YAML
7 lines
139 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include_tasks: tasks/manage_test_interface.yml
|
|
vars:
|
|
state: present
|
|
type: veth
|
|
...
|