Zack Williams | ad45bf0 | 2020-03-04 21:37:20 -0700 | [diff] [blame] | 1 | --- |
2 | # {{ cookiecutter.role_name }} molecule/default/verify.yml | ||||
3 | # | ||||
Zack Williams | e58b0eb | 2022-03-19 21:23:49 -0700 | [diff] [blame] | 4 | # SPDX-FileCopyrightText: {{ cookiecutter.year }} {{ cookiecutter.author }} <{{ cookiecutter.email }}> |
Zack Williams | ad45bf0 | 2020-03-04 21:37:20 -0700 | [diff] [blame] | 5 | # SPDX-License-Identifier: {{ cookiecutter.license }} |
6 | |||||
7 | - name: Verify | ||||
8 | hosts: all | ||||
9 | tasks: | ||||
10 | - name: example assertion | ||||
11 | assert: | ||||
12 | that: true |