Installing Mongo 4.4 and 6.0 through apt on Ubuntu 22

Hi all.

Does anybody know when the Ubuntu 22 apt will be able to install Mongo Jammy 4.4 and 6.0?

I was already able to Install Mongo Jammy 6.0 manually using a deb file but I want to install it through apt in my ansible.

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mongodb-org```

There are already files in MongoDB Repositories.

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 656408e390cfb1f5
echo "deb [arch=amd64] http://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
sudo apt update
sudo apt install mongodb-org
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package mongodb-org