fix
This commit is contained in:
parent
50c3a330c3
commit
1ae0700a8c
@ -11,7 +11,7 @@
|
||||
|
||||
- name: download grav
|
||||
get_url:
|
||||
url: https://getgrav.org/download/core/grav-admin/1.5.6
|
||||
url: https://getgrav.org/download/core/grav-admin/1.7.12
|
||||
dest: /var/www/localhost/grav-cms.zip
|
||||
|
||||
- name: extract grav
|
||||
@ -60,4 +60,7 @@
|
||||
line: 'include "grav.conf"'
|
||||
|
||||
- name: restart lighttpd
|
||||
command: rc-service lighttpd restart
|
||||
service:
|
||||
name: lighttpd
|
||||
state: restarted
|
||||
enabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user