How to get latest Ansible for Ubuntu 20.04

When will the Ansible PPA be available for Ubuntu 20.04?

I get the following error using Ansible 2.9.6 running on Ubuntu 20.04:

Malformed output discovered from systemd list-unit-files: accounts-daemon.service

Googling suggests, sytstemd changed some formatting. Update Ansible to 2.9.7.

apt update
apt install Ansible installs version 2.9.6
Trying to add the PPA results in an error.

What should I do???
Thanks!