Skip to content

Commit

Permalink
sap_install_media_detect: replace shell by command module where possi…
Browse files Browse the repository at this point in the history
…ble.
  • Loading branch information
berndfinger committed Sep 22, 2023
1 parent ea827c3 commit e1d7634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_install_media_detect/tasks/organize_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
# We want the extracted files to be placed in the extraction_dir for this file, each file tree having its own separate directory.
# So we can directly extract the sapcar files to the final extraction_dir.
- name: SAP Install Media Detect - Organize all files - Extract non-HANA sapcar archive files
ansible.builtin.shell: >-
ansible.builtin.command: >-
{{ __sap_install_media_detect_fact_sapcar_path }}
-R {{ __sap_install_media_detect_software_main_directory }}/{{ line_item.extraction_dir }}
-xvf {{ __sap_install_media_detect_software_main_directory }}/{{ line_item.file }}
Expand Down

0 comments on commit e1d7634

Please sign in to comment.