mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
Merge pull request #116 from stevemcquaid/master
Need add Start Of the Services on Reboot: Start nginx + php-fpm services
This commit is contained in:
commit
5a07c98b3c
1 changed files with 4 additions and 1 deletions
|
@ -27,4 +27,7 @@
|
|||
template: src=wp-config.php dest=/srv/wordpress/
|
||||
|
||||
- name: Change ownership of WordPress installation
|
||||
file: path=/srv/wordpress/ owner=wordpress group=wordpress state=directory recurse=yes
|
||||
file: path=/srv/wordpress/ owner=wordpress group=wordpress state=directory recurse=yes
|
||||
|
||||
- name: Start php-fpm Service
|
||||
service: name=php-fpm state=started enabled=yes
|
||||
|
|
Loading…
Reference in a new issue