mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-14 17:30:18 +01:00
10 lines
155 B
YAML
10 lines
155 B
YAML
|
---
|
||
|
# This is an example playbook to execute Ansible tests.
|
||
|
|
||
|
- name: Verify
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: Example assertion
|
||
|
assert:
|
||
|
that: true
|