Skip to content

Commit

Permalink
sap_ha_install_anydb_ibmdb2: codespell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jul 15, 2024
1 parent a2a8545 commit 4f46c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/sap_ha_install_anydb_ibmdb2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# db2cm script must run as root
# Reasons for noqa:
# - no-changed-when: Use db2cm script to retrieve information and perform no change
- name: SAP HA AnyDB - IBM Db2 HADR - Verify db2cm for IBM Db2 HA Linux Pacemaker initialisationn # noqa no-changed-when
- name: SAP HA AnyDB - IBM Db2 HADR - Verify db2cm for IBM Db2 HA Linux Pacemaker initialisation # noqa no-changed-when
register: __sap_ha_install_anydb_ibmdb2_init_check
when:
- sap_ha_install_anydb_ibmdb2_hostname_primary == inventory_hostname_short
Expand All @@ -96,7 +96,7 @@
# Use the IBM Db2 Command Line Processor
# Reasons for noqa:
# - no-changed-when: Use Db2 CLP to retrieve information and perform no change
- name: SAP HA AnyDB - IBM Db2 HADR - Verify IBM Db2 HADR configurationn # noqa no-changed-when
- name: SAP HA AnyDB - IBM Db2 HADR - Verify IBM Db2 HADR configuration # noqa no-changed-when
register: __sap_ha_install_anydb_ibmdb2_hadr_config
become: true
become_user: db2{{ sap_ha_install_anydb_ibmdb2_sid | lower }}
Expand Down

0 comments on commit 4f46c1a

Please sign in to comment.