mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
Merge pull request #122 from varnav/master
Updated Wordpress version and made it to start on boot
This commit is contained in:
commit
61208b45da
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# Which version of WordPress to deploy
|
# Which version of WordPress to deploy
|
||||||
wp_version: 4.1.1
|
wp_version: 4.2.4
|
||||||
wp_sha256sum: 618ac08c2be3959b37f4ee0006558da65b7a4bca19bfb4b86ea60e5d53043ee9
|
wp_sha256sum: 42ca594afc709cbef8528a6096f5a1efe96dcf3164e7ce321e87d57ae015cc82
|
||||||
|
|
||||||
# These are the WordPress database settings
|
# These are the WordPress database settings
|
||||||
wp_db_name: wordpress
|
wp_db_name: wordpress
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
- name: restart nginx
|
- name: restart nginx
|
||||||
service: name=nginx state=restarted
|
service: name=nginx state=restarted enabled=yes
|
||||||
|
|
Loading…
Reference in a new issue