elasticsearch: use an Integer
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2789|5|2784|7|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/263//ansiblelint">Evolix » ansible-roles » unstable #263</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2789|5|2784|7|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/263//ansiblelint">Evolix » ansible-roles » unstable #263</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
2c079755e9
commit
5027151011
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
- name: Maximum map count check
|
||||
ansible.posix.sysctl:
|
||||
name: vm.max_map_count
|
||||
value: 262144
|
||||
value: "262144"
|
||||
sysctl_file: /etc/sysctl.d/elasticsearch.conf
|
||||
when: max_map_count | int < 262144
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue