mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
8 lines
283 B
YAML
8 lines
283 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- name: Include the task 'get_profile_stat.yml'
|
|
include_tasks: get_profile_stat.yml
|
|
- name: "Assert that the profile is absent - '{{ profile }}'"
|
|
assert:
|
|
that: not lsr_net_profile_exists
|
|
msg: "profile {{ profile }} does exist"
|