Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Nov 23, 2023
1 parent 7fe2764 commit 8687f70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/ansible/logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
with_items: "{{ find_result.stdout_lines }}"
when: resources_only == "false"

- name: fetch resource file
fetch:
src: "{{ item }}"
dest: "../../logs/{{env_name}}/"
flat: no
with_items: "{{ find_result_resource_only.stdout_lines }}"
when: resources_only == "true"
# - name: fetch resource file
# fetch:
# src: "{{ item }}"
# dest: "../../logs/{{env_name}}/"
# flat: no
# with_items: "{{ find_result_resource_only.stdout_lines }}"
# when: resources_only == "true"


# - name: copy heaptracks to temporary directory
Expand Down

0 comments on commit 8687f70

Please sign in to comment.