From 074c9acb21924f4f7584d67dd7f594760b40d06a Mon Sep 17 00:00:00 2001 From: ogrechko Date: Tue, 2 Dec 2025 13:49:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20test-playbooks/ping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-playbooks/ping | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-playbooks/ping diff --git a/test-playbooks/ping b/test-playbooks/ping new file mode 100644 index 0000000..ef76782 --- /dev/null +++ b/test-playbooks/ping @@ -0,0 +1,6 @@ +- name: Test Connection to Servers + hosts: all + become: no + tasks: + - name: Ping my Servers + ping: \ No newline at end of file