infra(ansible): Jammy placeholder
[csit.git] / fdio.infra.ansible / roles / python_env / defaults / main.yaml
index 342d1c3..89e85d6 100644 (file)
@@ -8,14 +8,7 @@ packages_base:
 
 packages_by_distro:
   ubuntu:
-    bionic:
-      - "python-all"
-      - "python-apt"
-      - "python-cffi"
-      - "python-cffi-backend"
-      - "python-dev"
-      - "python-pip"
-      - "python-setuptools"
+    focal:
       - "python3-all"
       - "python3-apt"
       - "python3-cffi"
@@ -24,7 +17,7 @@ packages_by_distro:
       - "python3-pip"
       - "python3-pyelftools"
       - "python3-setuptools"
-    focal:
+    jammy:
       - "python3-all"
       - "python3-apt"
       - "python3-cffi"
@@ -38,4 +31,4 @@ packages_by_arch:
   aarch64:
     - []
   x86_64:
-    - []
\ No newline at end of file
+    - []