Skip to content

Commit 753df4b

Browse files
author
Marges, RSY (Rick)
committed
Ensure sap_mnt is not mounted on observer
1 parent 33dc022 commit 753df4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/ansible/roles-sap-os/2.6-sap-mounts/tasks/2.6.0-afs-mounts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351

352352
when:
353353
- scs_high_availability
354-
- node_tier != 'hana'
354+
- node_tier not in ['hana' , 'observer']
355355
- sap_mnt is defined
356356

357357
- name: "AFS Mount: usr/sap/{{ sap_sid | upper }}/SYS"

0 commit comments

Comments
 (0)