Skip to content

Commit 77858bf

Browse files
danoptwidhalmt
andauthored
Fixed pam_limits module deprecation warning (#107)
Fixes #87 Updated module name. Co-authored-by: Thomas Widhalm <thomas.widhalm@netways.de>
1 parent 6cfa628 commit 77858bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/elasticsearch/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# the following should be done by the rpm but failed with 7.4
2727
- name: Set ulimits for Elasticsearch
28-
community.general.system.pam_limits:
28+
community.general.pam_limits:
2929
limit_item: nofile
3030
domain: elasticsearch
3131
value: 65535

0 commit comments

Comments
 (0)