Add inotify for jetbrains IDE's
This commit is contained in:
parent
95f04cd9ec
commit
a0717e450f
@ -1,2 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- stat:
|
||||||
|
path: /usr/local/bin/jetbrains-toolbox
|
||||||
|
register: toolbox_binary
|
||||||
|
|
||||||
- import_tasks: jetbrains-toolbox.yml
|
- import_tasks: jetbrains-toolbox.yml
|
||||||
|
when: not toolbox_binary.stat.exists
|
||||||
|
|
||||||
|
- import_tasks: system-setup.yml
|
||||||
|
7
roles/jetbrains/tasks/system-setup.yml
Normal file
7
roles/jetbrains/tasks/system-setup.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: "Increase inotify for Jetbrains IDE's"
|
||||||
|
become: yes
|
||||||
|
ansible.posix.sysctl:
|
||||||
|
name: fs.inotify.max_user_watches
|
||||||
|
value: 524288
|
||||||
|
state: present
|
Loading…
Reference in New Issue
Block a user