dokuwiki: update role to support Debian 12
All checks were successful
/ Ansible Lint (push) Successful in 1m42s
All checks were successful
/ Ansible Lint (push) Successful in 1m42s
This commit is contained in:
parent
19abc5f585
commit
03e994b41f
4 changed files with 14 additions and 3 deletions
|
@ -10,6 +10,7 @@ Please download it from https://download.dokuwiki.org.
|
|||
The following distributions are supported:
|
||||
|
||||
- Debian 11
|
||||
- Debian 12
|
||||
|
||||
## Required Arguments
|
||||
|
||||
|
@ -18,7 +19,7 @@ None.
|
|||
## Optional Argument
|
||||
|
||||
- `dokuwiki__installpath`: Where your DokiWiki lives, default `/var/www/dokuwiki`
|
||||
- `dokuwiki__php_version`: Your PHP version, default `7.4`
|
||||
- `dokuwiki__php_version`: Your PHP version, default `7.4` for Debian 11 and `8.2` for Debian 12
|
||||
- `dokuwiki__php_user`: User of your php-fpm process, default `www-data`
|
||||
- `dokuwiki__nginx_user`: User of your nginx process, default `nginx`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue