From 5ee436f7775cbf531c5929576327d8a4a88ff118 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Fri, 30 Jan 2026 10:56:13 -0500 Subject: [PATCH] Test --- playbooks/clean_logs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/clean_logs.yml b/playbooks/clean_logs.yml index fde25c6..f9022d9 100644 --- a/playbooks/clean_logs.yml +++ b/playbooks/clean_logs.yml @@ -27,3 +27,5 @@ - name: Dump details on deletion ansible.builtin.debug: var: deleted_files + +# Done