dokuwiki: add ability to checkout custom theme repo
Some checks failed
/ Ansible Lint (push) Failing after 1m50s
/ Ansible Lint (pull_request) Failing after 1m41s

This commit is contained in:
Dario 2025-02-17 20:49:34 +01:00
commit 7ec61f45b3
Signed by: dario
SSH key fingerprint: SHA256:zP7OE8nhYwOWaDhOawrP6NmUVcZWi0wyPKQa6052GpM
2 changed files with 17 additions and 0 deletions

View file

@ -3,3 +3,5 @@ dokuwiki__installpath: "/var/www/dokuwiki"
dokuwiki__php_version: "{{ dokuwiki__php_versions[ansible_distribution + '-' + ansible_distribution_major_version] }}"
dokuwiki__php_user: "www-data"
dokuwiki__nginx_user: "nginx"
dokuwiki__custom_theme_git_url: ""
dokuwiki__custom_theme_name: ""