Fix example.yml (Missing Newline/File End)

This commit is contained in:
Jamie Alexander Helmke
2025-10-31 15:09:40 +01:00
committed by GitHub
parent 725fc710ce
commit d5704cc5f6

View File

@@ -5,3 +5,4 @@
tasks: tasks:
- name: Test connection - name: Test connection
ansible.builtin.ping: ansible.builtin.ping:
...