Compare commits

..

1 Commits

Author SHA1 Message Date
18c494db2b fix: use strict comparisons on docker containers 2022-04-18 11:39:36 +02:00
3 changed files with 5 additions and 1 deletions

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: 24.0.1
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: