ansible-role-generic-test/molecule/default/verify.yml
2023-01-06 11:51:47 +01:00

11 lines
193 B
YAML

---
# 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