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

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