Compare commits

..

2 Commits

Author SHA1 Message Date
6027db3f5f update(server): bump version to 30.0.1 2024-10-23 20:46:49 +02:00
8eae295b83 meta: add tags to collection 2024-10-05 10:30:04 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -12,3 +12,7 @@ build_ignore:
- '*.tar.gz'
repository: https://git.finally.coffee/finallycoffee/nextcloud
issues: https://codeberg.org/finallycoffee/ansible-collection-nextcloud/issues
tags:
- nextcloud
- nextcloud-apps
- docker

View File

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