ansible-community/ppa

Missing PPA for Ubuntu Kinetic (22.10)

coreydeli opened this issue · 8 comments

When runing an update you get the following

Err:12 https://ppa.launchpadcontent.net/ansible/ansible/ubuntu kinetic Release
  404  Not Found [IP: 185.125.190.52 443]
Reading package lists... Done                               
E: The repository 'https://ppa.launchpadcontent.net/ansible/ansible/ubuntu kinetic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Any way around this until one is made?

@Iwifia Thanks for reporting this and the ETA for ansible, ansible-core availability on Ubuntu Kinetic will be available by the end of next week!

For now, you can try it on jammy using the below:

add-apt-repository ppa:ansible/testing-ansible-6
apt update

Awesome thank you! I am looking forward to it!

Is this still happening? I havent updated to the newest PPA yet.

Is this still happening? I havent updated to the newest PPA yet.

jep, still resulting in a 404

Is this still happening? I havent updated to the newest PPA yet.

jep, still resulting in a 404

Yeah I saw that as well. I can't even remove it to use pip due to this lol.

@Iwifia @firefart Apologies for the late reply. Ansible is made available for Kinetic variants:

add-apt-repository ppa:ansible/testing-ansible-6
apt update

Kindly try and let me know how it goes.

@Ompragash add-apt-repository ppa:ansible/testing-ansible-6
apt update same error

hi everyone, I just updated the version matrix on #1, but the short answer is that the ansible PPA, ansible-6 PPA, & ansible-7 PPA should all have kinetic files now. Please let us know if you still continue to run into issues.