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

     1  ---
     2  
     3  - include: kernel_fetch.yml
     4    tags: ["kernel", "kernel:fetch"]
     5  
     6  - include: kernel_build.yml
     7    tags: ["kernel", "kernel:build"]
     8  
     9  - include: kernel_install.yml
    10    tags: ["kernel", "kernel:install"]
    11  
    12  - include: kernel_clean.yml
    13    tags: ["kernel", "kernel:clean"]
    14