blob: 0abd479f9ff031867c64a97324cde2c3d55d5bbc [file] [log] [blame]
Zack Williamsad45bf02020-03-04 21:37:20 -07001---
2# {{ cookiecutter.role_name }} molecule/default/verify.yml
3#
Zack Williamse58b0eb2022-03-19 21:23:49 -07004# SPDX-FileCopyrightText: {{ cookiecutter.year }} {{ cookiecutter.author }} <{{ cookiecutter.email }}>
Zack Williamsad45bf02020-03-04 21:37:20 -07005# SPDX-License-Identifier: {{ cookiecutter.license }}
6
7- name: Verify
8 hosts: all
9 tasks:
10 - name: example assertion
11 assert:
12 that: true