Skip to content

Commit

Permalink
Update roles/mongodb_linux/tasks/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
rhysmeister and felixfontein authored Jul 19, 2022
1 parent 24da951 commit 86c031c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/mongodb_linux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
# Tasks based on: https://docs.mongodb.com/manual/reference/ulimit/

- name: Set pam limits (nproc and nofile)
# TODO: replace with `community.general.pam_limits` once support for Ansible 2.9 is dropped
community.general.system.pam_limits:
domain: "{{ item[0] }}"
limit_type: "{{ item[1] }}"
Expand Down

0 comments on commit 86c031c

Please sign in to comment.