network/tests/tasks/assert_profile_absent.yml
Wen Liang 5ff1189409 ansible-lint: Fix name[missing] and name[play] failures
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2023-04-10 17:49:07 +02:00

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"