Files
ansible_role_package/molecule/fedora/verify.yml
2026-01-29 11:53:09 -07:00

11 lines
312 B
YAML

---
# Purpose: assert that the instance really ended up in the expected state.
# Molecule calls this playbook with `molecule verify`.
- name: Verify
hosts: instance
gather_facts: false # Quicker, if you do not need facts
tasks:
- name: Assert something
ansible.builtin.assert:
that: true