Skip to content

Commit 13e19fb

Browse files
committed
fix lint
1 parent db084bf commit 13e19fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -24,7 +24,7 @@
2424
block:
2525
# Set parameter log_mode
2626
- name: SAP HANA Backint - Setup - SYSTEMDB - Set log_mode to normal
27-
shell: |
27+
ansible.builtin.shell: |
2828
/usr/sap/{{ sap_hana_sid }}/SYS/exe/hdb/hdbsql \
2929
-U {{ sap_hana_backint_setup_hdbuserstore_system_backup_user }} \
3030
-m <<EOF

0 commit comments

Comments
 (0)