|
@@ -1,7 +1,8 @@ |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- name: increase maximum of inotify user watches |
|
|
|
|
|
|
|
|
- name: increase maximum inotify user watches |
|
|
ansible.posix.sysctl: |
|
|
ansible.posix.sysctl: |
|
|
name: fs.inotify.max_user_watches |
|
|
name: fs.inotify.max_user_watches |
|
|
value: 524288 |
|
|
value: 524288 |
|
|
sysctl_set: yes |
|
|
sysctl_set: yes |
|
|
|
|
|
when: increase_maximum_inotify_user_watches |