Skip to content

Commit

Permalink
Testing: fix logs path when fetching logserver artifacts
Browse files Browse the repository at this point in the history
Change-Id: I0bfb8a6bf3c5a0f926b2c839b8a5201d3b201362
  • Loading branch information
mhuin committed Nov 14, 2023
1 parent 9511e5b commit 4f171d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/post/get-logserver-content/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

- name: "Fetch logserver content on locally in {{ output_dir }}"
ansible.builtin.command: |
kubectl cp {{ _logserver_pod_name.stdout }}:/var/www/logs -c {{ container_name }} {{ output_dir }}
kubectl cp {{ _logserver_pod_name.stdout }}:/opt/rh/httpd24/root/var/www/logs -c {{ container_name }} {{ output_dir }}
failed_when: false

0 comments on commit 4f171d7

Please sign in to comment.