github.com/imran-kn/cilium-fork@v1.6.9/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}}