From 2e41f83f6f4d49fa0cbeaa89b85da68d1c93e9bc Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 20 Jun 2022 16:44:59 +0200 Subject: [PATCH] Fix a typo --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index ea315ff..a2575d2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 }}' }