Update PHP on Ansible installs.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-04-24 19:30:10 -05:00
parent 4f0d07d078
commit 418a54c3c3
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ else
fi
APP_ENV="${APP_ENV:-production}"
UPDATE_REVISION="${UPDATE_REVISION:-61}"
UPDATE_REVISION="${UPDATE_REVISION:-62}"
echo "Updating AzuraCast (Environment: $APP_ENV, Update revision: $UPDATE_REVISION)"

View File

@ -18,7 +18,7 @@
- { role : mariadb, when : update_revision|int < 15 }
- { role : nginx, when : update_revision|int < 60 }
- { role : redis, when : update_revision|int < 57 }
- { role : php, when : update_revision|int < 61 }
- { role : php, when : update_revision|int < 62 }
- composer
- { role : influxdb, when : update_revision|int < 58 }
- { role : ufw, when : update_revision|int < 12 }