mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Instead of determining the non-default provider, run all integration tests explicitly for both providers or only the providers that are required. Since Ansible does not allow to pass variables to playbooks imported with `import_playbook` to select another playbook to import, generate the files instead of using a shared playbook like `run_with_nm.yml` or `run_with_initscripts.yml`.
10 lines
224 B
YAML
10 lines
224 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Remove {{ profile }}
|
|
hosts: all
|
|
vars:
|
|
network_connections:
|
|
- name: "{{ profile }}"
|
|
persistent_state: absent
|
|
roles:
|
|
- linux-system-roles.network
|