fix: use strict comparisons on docker containers
This commit is contained in:
parent
6acf6314eb
commit
18c494db2b
@ -34,3 +34,5 @@
|
||||
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
||||
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
||||
state: started
|
||||
comparisons:
|
||||
"*": "strict"
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user