mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-21 10:18:27 +00:00
10 lines
213 B
YAML
10 lines
213 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Remove {{ profile }}
|
|
hosts: all
|
|
vars:
|
|
network_connections:
|
|
- name: "{{ profile }}"
|
|
state: absent
|
|
roles:
|
|
- linux-system-roles.network
|