mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
add some debugging
This commit is contained in:
@@ -59,6 +59,14 @@
|
||||
- "{{ test_archive_source }}/attachments/image.jpg"
|
||||
- "{{ test_archive_source }}/shared-home/shared-content.txt"
|
||||
|
||||
- name: "debug: recursively list contents of /tmp"
|
||||
shell: ls -lahR /tmp
|
||||
register: ls_tmp
|
||||
|
||||
- name: "debug: print contents of /tmp"
|
||||
debug:
|
||||
msg: "{{ ls_tmp.stdout }}"
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Archive the shared home"
|
||||
archive:
|
||||
path:
|
||||
|
||||
Reference in New Issue
Block a user