Compare commits
3 Commits
server-23.
...
jcgruenhag
Author | SHA1 | Date | |
---|---|---|---|
18c494db2b | |||
6acf6314eb
|
|||
3e5ad9ac5d
|
@ -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>
|
||||
|
@ -34,3 +34,5 @@
|
||||
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
||||
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
||||
state: started
|
||||
comparisons:
|
||||
"*": "strict"
|
||||
|
@ -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"
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user