Fix the nginx virtualhost template name.

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

View File

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