From ba2ef2f9293e36c192bf1907a45c5866f4e962c0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 27 Mar 2023 12:18:33 +0300 Subject: [PATCH] debug to see files --- tasks/configure_custom_theme.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/configure_custom_theme.yml b/tasks/configure_custom_theme.yml index 91ec4cf..69b8d79 100644 --- a/tasks/configure_custom_theme.yml +++ b/tasks/configure_custom_theme.yml @@ -11,6 +11,12 @@ remote_src: true src: "{{ custom_theme_url }}" dest: /usr/src/nagio4_theme + list_files: true + register: zip_files + +- name: Show files + debug: + var: zip_files - name: Get current stylesheets stats stat: