network/tests/tasks/assert_profile_present.yml
2020-04-22 17:40:03 +02:00

7 lines
231 B
YAML

# SPDX-License-Identifier: BSD-3-Clause
---
- include: get_profile_stat.yml
- name: "assert that profile '{{ profile }}' is present"
assert:
that: profile_stat.stat.exists
msg: "profile {{ profile_path }} does not exist"