Commit 7a09e004 authored by nanahira's avatar nanahira

fix ulimit

parent d8a308fe
Pipeline #606 passed with stage
in 3 minutes and 56 seconds
......@@ -45,7 +45,10 @@
- name: limit
become: true
pam_limits:
domain: '{{ ansible_user_id }}'
domain: '{{ item }}'
limit_type: '-'
limit_item: nofile
value: 1048576
with_items:
- root
- '{{ansible_user_id}}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment