Skip to content

Commit de87fce

Browse files
committed
fix lint
1 parent 13e19fb commit de87fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/sap_hana_backint/tasks/setup/setup_systemdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Create and Store Connection Info in hdbuserstore for SYSTEMDB
1010
- name: SAP HANA Backint - Setup - SYSTEMDB - Create and Store Connection Info in hdbuserstore
1111
ansible.builtin.shell: |
12-
/usr/sap/{{ sap_hana_sid}}/SYS/exe/hdb/hdbuserstore \
12+
/usr/sap/{{ sap_hana_sid }}/SYS/exe/hdb/hdbuserstore \
1313
SET {{ sap_hana_backint_setup_hdbuserstore_system_backup_user }} {{ ansible_hostname }}:3{{ passed_sap_hana_instance_nr }}13 SYSTEM '{{ sap_hana_backint_setup_system_passwd }}'
1414
args:
1515
executable: /bin/bash

roles/sap_hana_backint/tasks/setup/setup_tenants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Create and Store Connection Info in hdbuserstore for TENANTDB
99
- name: SAP HANA Backint - Setup - TENANTDB - {{ passed_sap_hana_tenant }} - Create and Store Connection Info in hdbuserstore
1010
ansible.builtin.shell: |
11-
/usr/sap/{{ sap_hana_sid}}/SYS/exe/hdb/hdbuserstore \
11+
/usr/sap/{{ sap_hana_sid }}/SYS/exe/hdb/hdbuserstore \
1212
SET {{ sap_hana_backint_setup_hdbuserstore_tenant_backup_user }} {{ ansible_hostname }}:3{{ passed_sap_hana_instance_nr }}15 SYSTEM '{{ sap_hana_backint_setup_system_tenant_passwd }}'
1313
args:
1414
executable: /bin/bash

0 commit comments

Comments
 (0)