10 lines
166 B
YAML
10 lines
166 B
YAML
|
|
---
|
||
|
|
- name: Verify
|
||
|
|
hosts: all
|
||
|
|
any_errors_fatal: true
|
||
|
|
gather_facts: true
|
||
|
|
tasks:
|
||
|
|
- name: Example assertion
|
||
|
|
ansible.builtin.assert:
|
||
|
|
that: true
|