Files

10 lines
198 B
YAML
Raw Permalink Normal View History

2024-09-24 15:19:51 +02:00
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
ansible.builtin.assert:
that: true