8 lines
230 B
YAML
8 lines
230 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include: get-profile_stat.yml
|
|
- name: "assert that profile '{{ profile }}' is absent"
|
|
assert:
|
|
that: not profile_stat.stat.exists
|
|
msg: "profile {{ profile_path }} does exist"
|