ansible-role-macvlan/molecule/default/converge.yml
2023-09-29 15:17:33 +02:00

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"