Fix a typo

This commit is contained in:
Andrea Dell'Amico 2022-06-20 16:44:59 +02:00
parent 4d0a44cfec
commit 2e41f83f6f
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ opensearch_default_plugins:
- opensearch-sql
# Only name and value are mandatory. The others have defaults
# systemctl_custom_options:
# sysctl_custom_options:
# - { name: 'fs.file-max', value: '{{ opensearch_max_open_files }}', sysctlfile: '{{ sysctl_custom_file }}', sysctl_reload: '{{ sysctl_opts_reload }}', sysctlfile_state: '{{ sysctl_custom_file_state }}' }
# - { name: 'vm.max_map_count', value: '262144', sysctlfile: '{{ sysctl_custom_file }}', sysctl_reload: '{{ sysctl_opts_reload }}', sysctlfile_state: '{{ sysctl_custom_file_state }}' }