From 60cbc20328ae341695d22adbcc9cf4c1a9b424fe Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 30 Mar 2025 20:27:11 +0200 Subject: [PATCH] test --- scan.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scan.yml b/scan.yml index 04955e8..332751d 100644 --- a/scan.yml +++ b/scan.yml @@ -66,6 +66,9 @@ register: scan_output # pause + - debug: + msg: "{{ scan_output }}" + - community.crypto.get_certificate: host: "{{ item.split('on')[-1].strip() }}"