Limit the php taskt to the phpadmin pool(s) only.
This commit is contained in:
parent
f008d853ab
commit
21db909f68
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue