Skip to content

Commit

Permalink
sap_swpm: Fix task name for chmod/chown
Browse files Browse the repository at this point in the history
Relates to #663.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Feb 29, 2024
1 parent 6f32b71 commit ac122b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_swpm/tasks/swpm/prepare_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
- __sap_swpm_fact_directories is defined
- __sap_swpm_register_find_result_directories is defined

- name: SAP SWPM Pre Install - Create argument list for chmod of non-SAPCAR*EXE files
- name: SAP SWPM Pre Install - Create argument list for chown and chmod of non-SAPCAR*EXE files
ansible.builtin.set_fact:
__sap_swpm_fact_files_non_sapcar_chown_arg_list: "{{ __sap_swpm_fact_files_non_sapcar | map('quote') | join(' ') }}"

Expand Down

0 comments on commit ac122b1

Please sign in to comment.