Skip to content

Commit

Permalink
sap_general_preconfigure: fix var role prefix
Browse files Browse the repository at this point in the history
ansible-lint complained about this:

```
var-naming[no-role-prefix]: Variables names from within roles should use sap_general_preconfigure_ as a prefix. (vars: __sap_hana_preconfigure_use_saptune)
roles/sap_general_preconfigure/vars/SLES_SAP_16.yml:32
```
  • Loading branch information
ja9fuchs committed Jan 29, 2025
1 parent 49ad193 commit e3cfab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_general_preconfigure/vars/SLES_SAP_16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ __sap_general_preconfigure_envgroups:
__sap_general_preconfigure_kernel_parameters_default: []

# SLES_SAP is using saptune, but SLES is using sapconf.
__sap_hana_preconfigure_use_saptune: true
__sap_general_preconfigure_use_saptune: true

0 comments on commit e3cfab7

Please sign in to comment.