FIxes #2188 -- Restart proper task on Ansible installs.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-12-02 04:31:08 -06:00
parent 225981feef
commit 89c88ec24c
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,6 @@
with_items:
- "influxdb"
- "mysql"
- "php7.2-fpm"
- "php7.4-fpm"
- "nginx"
- "redis"

View File

@ -9,7 +9,7 @@
with_items:
- influxdb
- mysql
- php7.2-fpm
- php7.4-fpm
- nginx
- redis-server
- supervisor
@ -88,6 +88,7 @@
# PHP 7.2
- php7.2-*
- php7.4-*
# MariaDB
- mariadb-*