dokuwiki: Support Debian 12
All checks were successful
/ Ansible Lint (push) Successful in 1m36s

This commit is contained in:
jtbx 2024-12-08 19:27:26 +01:00
commit b67f12861d
3 changed files with 5 additions and 10 deletions

View file

@ -1,4 +1,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"