forked from finallycoffee/nextcloud
fix: use strict comparisons on docker containers
This commit is contained in:
@ -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