infra(ansible): Jammy placeholder
[csit.git] / fdio.infra.ansible / roles / aws / tasks / ubuntu_jammy.yaml
@@ -1,9 +1,9 @@
 ---
-# file: roles/aws/tasks/ubuntu_bionic.yaml.yaml
+# file: roles/aws/tasks/ubuntu_jammy.yaml.yaml
 
 - name: Enable deb-src APT Repository
   apt_repository:
-    repo: "deb-src http://archive.ubuntu.com/ubuntu bionic main"
+    repo: "deb-src http://archive.ubuntu.com/ubuntu jammy main"
     state: "present"
     update_cache: true
   tags: