mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
9 lines
278 B
YAML
9 lines
278 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Import the playbook 'down_profile.yml'
|
|
import_playbook: down_profile.yml
|
|
- name: Delete the interface
|
|
hosts: all
|
|
tasks:
|
|
- name: Include the task 'delete_interface.yml'
|
|
include_tasks: tasks/delete_interface.yml
|