github.com/noironetworks/cilium-net@v1.6.12/contrib/ansible/roles/iproute2/tasks/iproute2_fetch.yml (about)

     1  ---
     2  
     3  - name: Fetch bpf-wip iproute2 package
     4    git: repo=git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
     5         dest={{ iproute2_home }}/iproute2
     6         version=master
     7    register: iproute2_fetch