From b08f2f83c2ffb5aeaeb62bfbfa8b138b149f7d6c Mon Sep 17 00:00:00 2001 From: rpwolff Date: Wed, 14 Jun 2023 19:11:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eping.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ping.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ping.yml b/ping.yml index dbee32d..05a3a4f 100644 --- a/ping.yml +++ b/ping.yml @@ -1,5 +1,7 @@ --- -- hosts: all - become: yes +- name: ping module + hosts: all + become: false tasks: - - ping \ No newline at end of file + - name: test connection + ansible.builtin.ping: \ No newline at end of file