소스 검색

tweaks config

master
부모
커밋
128e9914b8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      tasks/tweaks.yaml

+ 2
- 1
tasks/tweaks.yaml 파일 보기

@@ -1,7 +1,8 @@
---

- name: increase maximum of inotify user watches
- name: increase maximum inotify user watches
ansible.posix.sysctl:
name: fs.inotify.max_user_watches
value: 524288
sysctl_set: yes
when: increase_maximum_inotify_user_watches