mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1462: print out tmp and hello
This commit is contained in:
@@ -60,16 +60,16 @@
|
|||||||
line: '8.5'
|
line: '8.5'
|
||||||
path: "{{ test_product_version_file }}"
|
path: "{{ test_product_version_file }}"
|
||||||
mode: 0640
|
mode: 0640
|
||||||
- name: List files and folder in home directory
|
- name: List tmp
|
||||||
shell: 'ls -al'
|
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
|
register: command_output
|
||||||
- debug:
|
- debug:
|
||||||
var: command_output.stdout_lines
|
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"
|
- name: "{{ test_pre_step_prefix }} Archive the shared home"
|
||||||
archive:
|
archive:
|
||||||
path:
|
path:
|
||||||
|
|||||||
Reference in New Issue
Block a user