--- - name: "Increase inotify for Jetbrains IDE's" become: yes ansible.posix.sysctl: name: fs.inotify.max_user_watches value: 524288 state: present