debug to see files
This commit is contained in:
parent
13f24243a6
commit
ba2ef2f929
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue