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:
Greg DeKoenigsberg 2015-08-25 13:03:13 -04:00
commit 5a07c98b3c

View file

@ -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