restart nginx at the end to apply changes

This commit is contained in:
Ivan Iliev 2021-04-26 19:58:43 +03:00
parent a44ae2511e
commit 802eef2c01
1 changed files with 6 additions and 0 deletions

View File

@ -77,3 +77,9 @@
- name: copy psm config file
shell: /bin/cp -far /vagrant/dev/config.php /vagrant/config.php
- name: apply nginx modifications
service:
name: nginx
state: restarted