diff --git a/tasks/src/neovim.yml b/tasks/src/neovim.yml index 16d8e22..f56f6b4 100644 --- a/tasks/src/neovim.yml +++ b/tasks/src/neovim.yml @@ -38,4 +38,4 @@ CMAKE_BUILD_TYPE: "{{ neovim.build_type }}" CMAKE_EXTRA_FLAGS: "-DCMAKE_INSTALL_PREFIX={{ path.prefix }}" target: install - jobs: "{{ ansible_processor_nproc | int }}" + jobs: "{{ ansible_processor_nproc | int | default(4) }}"