feat(ansible): Ubuntu Jammy VI.
[csit.git] / fdio.infra.ansible / roles / python_env / defaults / main.yaml
index 342d1c3..294cf3e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-# file: roles/common/defaults/main.yaml
+# file: roles/python_env/defaults/main.yaml
 
 packages: "{{ packages_base + packages_by_distro[ansible_distribution|lower][ansible_distribution_release] + packages_by_arch[ansible_machine] }}"
 
@@ -8,23 +8,7 @@ packages_base:
 
 packages_by_distro:
   ubuntu:
-    bionic:
-      - "python-all"
-      - "python-apt"
-      - "python-cffi"
-      - "python-cffi-backend"
-      - "python-dev"
-      - "python-pip"
-      - "python-setuptools"
-      - "python3-all"
-      - "python3-apt"
-      - "python3-cffi"
-      - "python3-cffi-backend"
-      - "python3-dev"
-      - "python3-pip"
-      - "python3-pyelftools"
-      - "python3-setuptools"
-    focal:
+    jammy:
       - "python3-all"
       - "python3-apt"
       - "python3-cffi"
@@ -38,4 +22,4 @@ packages_by_arch:
   aarch64:
     - []
   x86_64:
-    - []
\ No newline at end of file
+    - []