From 249ff5f958eb49a3494c9034822e620bf8676e87 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 1 Jul 2025 03:18:54 +0200 Subject: [PATCH] temp: connection test --- playbooks/connection_test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 playbooks/connection_test.yaml diff --git a/playbooks/connection_test.yaml b/playbooks/connection_test.yaml new file mode 100644 index 0000000..71a1ed4 --- /dev/null +++ b/playbooks/connection_test.yaml @@ -0,0 +1,7 @@ +--- +- name: connection test + hosts: all + tasks: + - name: debug + ansible.builtin.debug: + var: ansible_connection