Skip to content

Commit

Permalink
sap_swpm: Fix two typos in task names
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Nov 21, 2024
1 parent c1def5b commit 0bcbf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/sap_swpm/tasks/pre_install/generate_inifile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
mode: '0640'

# Now we need to confirm that des25 is not in the inifile
- name: SAP SWPM Pre Install, existing inifile - Search inifile for for des25
- name: SAP SWPM Pre Install, existing inifile - Search inifile for des25
ansible.builtin.shell: |
set -o pipefail && awk 'BEGIN{a=0}!/^#/&&/des25\(/{a++}END{print a}' {{ sap_swpm_tmpdir.path }}/inifile.params
register: sap_swpm_inifile_count_des25
Expand Down Expand Up @@ -112,7 +112,7 @@
sap_swpm_diagnostics_agent_password: "{{ sap_swpm_master_password }}"

# Generate inifile.params, step 1: Process SWPM Configfile template locally for creating inifile.params
- name: SAP SWPM Pre Install, create inifile - Process SWPM inifile template for for creating 'inifile.params'
- name: SAP SWPM Pre Install, create inifile - Process SWPM inifile template for creating 'inifile.params'
ansible.builtin.template:
src: "{{ role_path }}/templates/inifile_params.j2"
dest: "{{ sap_swpm_tmpdir.path }}/inifile.params"
Expand Down

0 comments on commit 0bcbf2d

Please sign in to comment.