mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 06:32:12 +01:00
Fix example.yml (Missing Newline/File End)
This commit is contained in:
committed by
GitHub
parent
725fc710ce
commit
d5704cc5f6
@@ -4,4 +4,5 @@
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Test connection
|
||||
ansible.builtin.ping:
|
||||
ansible.builtin.ping:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user