boma/.scaffold/verify.yml

12 lines
222 B
YAML
Raw Normal View History

---
- name: Verify
hosts: all
gather_facts: true
tasks:
- name: Add verification tasks here
ansible.builtin.assert:
that: true
msg: "Replace this with real assertions"
tags: [verify]