Increase update revision for Ansible (#4782)

This commit is contained in:
Vaalyn 2021-11-11 09:36:11 +01:00 committed by GitHub
parent 550054916f
commit 63a2883757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:-65}"
UPDATE_REVISION="${UPDATE_REVISION:-66}"
echo "Updating AzuraCast (Environment: $APP_ENV, Update revision: $UPDATE_REVISION)"

View File

@ -16,7 +16,7 @@
roles :
- init
- azuracast-config
- { role : azuracast-radio, when : update_revision|int < 64 }
- { role : azuracast-radio, when : update_revision|int < 66 }
- { role : supervisord, when : update_revision|int < 13 }
- { role : mariadb, when : update_revision|int < 63 }
- { role : nginx, when : update_revision|int < 60 }