WIP3
This commit is contained in:
10
roles/linux-system-roles.network/tests/remove-profile.yml
Normal file
10
roles/linux-system-roles.network/tests/remove-profile.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Remove {{ profile }}
|
||||
hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: "{{ profile }}"
|
||||
persistent_state: absent
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
Reference in New Issue
Block a user