Compare commits

...

3 Commits

4 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: nextcloud
version: 0.4.0
version: 0.5.0
readme: README.md
authors:
- Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu>

View File

@ -34,3 +34,5 @@
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
state: started
comparisons:
"*": "strict"

View File

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

View File

@ -122,6 +122,8 @@
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
restart_policy: "{{ nextcloud_container_restart_policy }}"
state: started
comparisons:
"*": "strict"
- name: Enable systemd timer for nextcloud cron
systemd: