Fixed formatting error
This commit is contained in:
parent
89dc9ad0f8
commit
12662ef54c
1 changed files with 4 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Ping every host
|
||||
- name: Ping all hosts
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Send an Ansible ping
|
||||
ansible.builtin.ping: {}
|
||||
- name: Send an Ansible Ping
|
||||
ansible.builtin.ping: null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue