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: