Limit the php taskt to the phpadmin pool(s) only.

This commit is contained in:
Andrea Dell'Amico 2020-04-27 16:23:19 +02:00
parent f008d853ab
commit 21db909f68
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- block:
- name: Install the nginx virtualhost
template: src=phpmyadmin_wordpress.conf.j2 dest=/etc/nginx/sites-available/phpmyadmin.conf mode=0444
with_items: '{{ phpfpm_pools }}'
with_items: '{{ phpmyadmin_phpfpm_pool }}'
notify: Reload nginx
- name: Enable the nginx virtualhost