Tidal on Raspberry Pi 4 with Ubuntu?

Hi, I have a tool to simplify the installation of tidalcycles here:

I'd be very interested to know if it works on the raspberry pi if you would test it for me?

It should be a matter of running the following:

sudo apt install ansible git
git clone --recurse-submodules https://github.com/cleary/ansible-tidalcycles.git
cd ansible-tidalcycles/
sudo ansible-playbook --connection=local -i localhost, tidal.play.yml

Thanks!