Updating Trellis issues and errors

With zero success overcoming these issue, I started from scratch and spooled up a new instance locally and all is well.

I copied over the bedrock directory and synced down the database from staging as well.

Now I’m attempting to get the staging and production servers provisioned with the latest version of trellis so that lets encrypt will auto renew on it’s own.

This is the error I’m receiving now:

Failed to update apt cache: W:This must be accepted explicitly before updates
for this repository can be applied. See apt-secure(8) manpage for details.,
E:Repository 'http://ppa.launchpad.net/nginx/development/ubuntu bionic
InRelease' changed its 'Label' value from 'NGINX Mainline' to 'NGINX Mainline
(1.15.x)'
fatal: [staging.project.com]: FAILED! => {"changed": false}

I found this post, which is a similar issue:

So I began to perform the steps from the included article:

https://ahelpme.com/linux/ubuntu/ubuntu-apt-inrelease-is-not-valid-yet-invalid-for-another-151d-18h-5min-59s/

Here’s the response:

# apt update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu bionic InRelease    
Hit:3 http://ppa.launchpad.net/nginx/mainline/ubuntu bionic InRelease                   
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease                                 
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]               
Hit:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease                       
Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]          
Fetched 252 kB in 1s (232 kB/s)    
Reading package lists... Done
Building dependency tree       
Reading state information... Done
221 packages can be upgraded. Run 'apt list --upgradable' to see them.
# date
Tue Feb 25 20:22:50 UTC 2020
# 

The data appears to be correct except for the time. I attempted to update the time but that didn’t stick. I’m not really sure where to go from here.