support php7.3 and buster
This commit is contained in:
parent
773f2339e8
commit
6d652e56a9
6 changed files with 17 additions and 14 deletions
|
|
@ -6,7 +6,9 @@
|
|||
service: name=nginx state=reloaded
|
||||
|
||||
- name: restart php-fpm
|
||||
service: name=php7.0-fpm state=restarted
|
||||
service:
|
||||
name: "php{{ php_version }}-fpm"
|
||||
state: restarted
|
||||
|
||||
- name: delete nginx index.nginx-debian.html
|
||||
file: path=/var/www/html/index.nginx-debian.html state=absent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue