9 lines
203 B
YAML
9 lines
203 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Replace this task with one that validates your content
|
|
ansible.builtin.debug:
|
|
msg: "This is the effective test"
|