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 all hosts
|
||||||
|
|
||||||
- name: Ping every host
|
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Send an Ansible ping
|
- name: Send an Ansible Ping
|
||||||
ansible.builtin.ping: {}
|
ansible.builtin.ping: null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue