dokuwiki: add option to checkout custom design repo
All checks were successful
/ Ansible Lint (push) Successful in 1m44s
All checks were successful
/ Ansible Lint (push) Successful in 1m44s
This commit is contained in:
parent
79012fb7f8
commit
7271426502
3 changed files with 25 additions and 1 deletions
|
@ -3,3 +3,6 @@ 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_version: "main"
|
||||
dokuwiki__custom_theme_name: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue