This commit is contained in:
arne 2024-05-18 13:21:02 +02:00
parent 50c3a330c3
commit 1ae0700a8c

View File

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