fix: use strict comparisons on docker containers #6

Open
jcgruenhage wants to merge 1 commits from jcgruenhage/nextcloud:jcgruenhage/comparisons-strict into main
2 changed files with 4 additions and 0 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

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