From 2cef902c2358e9f6fbb3b9ec725dd7e411600367 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 17 Feb 2022 16:48:19 +1100 Subject: [PATCH] DCD-1462: print out tmp and hello --- .../molecule/restore_jira_clustered/converge.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/restore_backups/molecule/restore_jira_clustered/converge.yml b/roles/restore_backups/molecule/restore_jira_clustered/converge.yml index 612a707..6a63062 100644 --- a/roles/restore_backups/molecule/restore_jira_clustered/converge.yml +++ b/roles/restore_backups/molecule/restore_jira_clustered/converge.yml @@ -60,16 +60,16 @@ line: '8.5' path: "{{ test_product_version_file }}" mode: 0640 - - name: List files and folder in home directory - shell: 'ls -al' + - name: List tmp + shell: 'cd tmp && ls -al' + register: command_output + - debug: + var: command_output.stdout_lines + - name: List hello + shell: 'cd tmp/hello && ls -al' register: command_output - debug: var: command_output.stdout_lines - - name: Find /tmp all directories, exclude nginx and mysql - find: - paths: /tmp - recurse: no - file_type: directory - name: "{{ test_pre_step_prefix }} Archive the shared home" archive: path: