Skip to content

Commit

Permalink
sap_install_media_detect: fix label list reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jun 26, 2024
1 parent 9977eb4 commit 7572e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
__sap_install_media_detect_fact_find_result_phase_1b: "{{ __sap_install_media_detect_fact_find_result_phase_1b + [item.1.path] }}"
loop: "{{ __sap_install_media_detect_register_find_result_phase_1b.results | subelements('files') }}"
loop_control:
label: "{{ item.path }}"
label: "{{ item.1.path }}"

# Reason for noqa: Too much additional code required for determining if anything has changed or not
- name: SAP Install Media Detect - Prepare - Move files back to '{{ __sap_install_media_detect_software_main_directory }}' # noqa no-changed-when
Expand Down

0 comments on commit 7572e12

Please sign in to comment.