mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
10 lines
171 B
YAML
10 lines
171 B
YAML
---
|
|
# This is an example playbook to execute Ansible tests.
|
|
|
|
- name: Verify
|
|
hosts: all
|
|
tasks:
|
|
- name: Example assertion
|
|
ansible.builtin.assert:
|
|
that: true
|