blob: e3694c857ffb4dc54009aa882236f459bca0a3dd (
plain)
1
2
3
4
5
6
7
|
---
# Used to validate that we also accept .yaml extension on playbooks
- name: Fixture
hosts: localhost
tasks:
- ansible.builtin.debug: # <-- should notify about missing 'name'
msg: hello!
|