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

This commit is contained in:
jtbx 2024-12-08 19:27:26 +01:00
commit f3f19883f4
4 changed files with 5 additions and 11 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"