Ansible: Fix restarted service name to avoid Bad Gateway errors.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-05-31 11:15:16 -05:00
parent 141cb47b64
commit 055b89b024
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
ignore_errors: True
with_items:
- "mysql"
- "php7.4-fpm"
- "php8.0-fpm"
- "nginx"
- "redis-server"
- "redis"