9 lines
142 B
YAML
9 lines
142 B
YAML
---
|
|
- name: Verify
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Example assertion
|
|
ansible.builtin.assert:
|
|
that: true
|