Trying to set up a new local site and when I run vagrant provision i’m getting:
TASK [mariadb : Add MariaDB PPA] ***********************************************
System info:
Ansible 2.9.6; Vagrant 2.2.17; Darwin
Trellis 1.9.0: October 27th, 2021
---------------------------------------------------
apt cache update failed
fatal: [default]: FAILED! => {"changed": false}
I’ve searched on here and found someone else had a similar issue and it was due to the date on their virtual machine being wrong, but i’ve checked that and the date is correct for me.
Any ideas what this could be?
Edit: I’ve also just tried to provision a remote server and i’m getting the same error.
I upgraded to ansible 2.10.7 which now gives me the error:
Failed to update apt cache: E:The repository
'http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.5/ubuntu bionic
Release' does not have a Release file.
The same one mentioned in those links you’ve sent, so it seems like it’s not just an issue for me at the moment!