github.com/imran-kn/cilium-fork@v1.6.9/contrib/ansible/roles/common/tasks/common_delete.yml (about)

     1  ---
     2  
     3  - name: Remove common build essentials
     4    apt: name={{item}} state=absent
     5    with_items:
     6      - build-essential
     7      - git
     8      - bc
     9      - pkg-config
    10      - libssl-dev
    11      - libelf-dev
    12      - bison
    13      - flex
    14      - libncurses5-dev
    15      - curl
    16      - gcc-multilib
    17      - libseccomp2
    18      - libsystemd-journal0