From 9feafea756fcdbd067fbc767ba16a8e3ecb6d6b2 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 17 May 2022 08:16:15 +0200 Subject: infra(ansible): Jammy placeholder Signed-off-by: Peter Mikus Change-Id: I693841cadf33d23e417374b949771ba7c3dbccd2 --- fdio.infra.ansible/roles/common/defaults/main.yaml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'fdio.infra.ansible/roles/common/defaults/main.yaml') diff --git a/fdio.infra.ansible/roles/common/defaults/main.yaml b/fdio.infra.ansible/roles/common/defaults/main.yaml index ba7129711a..5c94f58398 100644 --- a/fdio.infra.ansible/roles/common/defaults/main.yaml +++ b/fdio.infra.ansible/roles/common/defaults/main.yaml @@ -18,37 +18,37 @@ packages_base: packages_by_distro: ubuntu: - bionic: + focal: + - "bpfcc-tools" - "build-essential" + - "libbpfcc" + - "libbpfcc-dev" + - "libclang1-9" + - "libllvm9" - "libpcap-dev" - "net-tools" - - "python-all" - - "python-apt" - - "python-cffi" - - "python-cffi-backend" - - "python-dev" - - "python-pip" - - "python-setuptools" - "python3-all" - "python3-apt" + - "python3-bpfcc" - "python3-cffi" - "python3-cffi-backend" - "python3-dev" - "python3-pip" - "python3-pyelftools" - "python3-setuptools" - focal: - - "bpfcc-tools" + jammy: - "build-essential" - - "libbpfcc" - - "libbpfcc-dev" - - "libclang1-9" - - "libllvm9" - "libpcap-dev" - "net-tools" + - "python-all" + - "python-apt" + - "python-cffi" + - "python-cffi-backend" + - "python-dev" + - "python-pip" + - "python-setuptools" - "python3-all" - "python3-apt" - - "python3-bpfcc" - "python3-cffi" - "python3-cffi-backend" - "python3-dev" -- cgit 1.2.3-korg