From 04ac52bcbaa4c56edf9d7eec187a551f58c2495c Mon Sep 17 00:00:00 2001 From: Alex-Devera Date: Fri, 22 Nov 2024 14:35:29 +0300 Subject: [PATCH] upd --- ping.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ping.yml b/ping.yml index 38ab64f..00f6145 100644 --- a/ping.yml +++ b/ping.yml @@ -1,6 +1,5 @@ -- name: - host: all - become: no +- name: Test playbook + hosts: all tasks: - - name: ping - :ping \ No newline at end of file + - name: Ping all hosts + ansible.builtin.ping: