github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/contrib/ansible/roles/iproute2/tasks/iproute2_build.yml (about) 1 --- 2 3 - shell: getconf _NPROCESSORS_ONLN 4 register: getconf_ncpu_output 5 6 - name: Build iproute2 7 command: "{{ item }} chdir={{ iproute2_home }}/iproute2" 8 with_items: 9 - ./configure 10 - make -j {{getconf_ncpu_output.stdout}}