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

This commit is contained in:
Jérémy Lecour 2023-05-31 17:25:24 +02:00 committed by Jérémy Lecour
parent 2c079755e9
commit 5027151011

View file

@ -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: