Skip to content

Commit

Permalink
no read file
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 23, 2024
1 parent b69e606 commit f60bae1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/testsuite/roles/testing/tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
df -h /var/lib/docker >> /tmp/start_superset.log 2>&1
df -i >> /tmp/start_superset.log 2>&1
start_superset >> /tmp/start_superset.log 2>&1
rm -rf /tmp/start_superset.log
args:
executable: /bin/bash
ignore_errors: yes

- name: Read and display the log file
ansible.builtin.shell: cat /tmp/start_superset.log
register: log_file

- debug:
msg: "{{ log_file.stdout_lines }}"

0 comments on commit f60bae1

Please sign in to comment.