Compare commits

..

No commits in common. "bb0e1f3ad5be1e68452b1cacc92c07ddf977be02" and "dbb6fe15ce2a41029fb7f7a4b22c7fe33cfd9688" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: nextcloud
version: 0.7.2
version: 0.7.1
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
@ -14,5 +14,5 @@ repository: https://git.finally.coffee/finallycoffee/nextcloud
issues: https://codeberg.org/finallycoffee/ansible-collection-nextcloud/issues
tags:
- nextcloud
- nextcloud_apps
- nextcloud-apps
- docker

View File

@ -52,6 +52,7 @@ nextcloud_container_extra_labels: {}
nextcloud_container_extra_environment: {}
nextcloud_container_networks: ~
nextcloud_container_purge_other_networks: true
nextcloud_paths:
- path: "{{ nextcloud_config_path }}"

View File

@ -120,6 +120,7 @@
env: "{{ nextcloud_container_env }}"
etc_hosts: "{{ nextcloud_container_etc_hosts | default(omit, true) }}"
networks: "{{ nextcloud_container_networks | default(omit, true) }}"
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
restart_policy: "{{ nextcloud_container_restart_policy }}"
state: started