fix: use strict comparisons on docker containers

This commit is contained in:
Jan Christian Grünhage 2022-04-18 11:39:36 +02:00
parent 6acf6314eb
commit 18c494db2b
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: