Compare commits

..

2 Commits

Author SHA1 Message Date
0cacf217a4 update(server): bump version to 28.0.10 2024-09-21 11:17:50 +02:00
8916c6806c meta: require atleast ansible >= 2.15.0 2024-09-21 11:15:37 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
---
requires_ansible: ">=2.12"
requires_ansible: ">=2.15"

View File

@ -1,6 +1,6 @@
---
nextcloud_version: 28.0.8
nextcloud_version: 28.0.10
nextcloud_user: nextcloud
nextcloud_basepath: /opt/nextcloud
nextcloud_config_path: "{{ nextcloud_basepath }}/config"