Fixed formatting error

This commit is contained in:
Luca Matteo Spoljarevic 2025-11-21 16:35:44 +01:00
parent 89dc9ad0f8
commit 12662ef54c

View file

@ -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