fix: use strict comparisons on docker containers #6
@ -34,3 +34,5 @@
|
|||||||
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
||||||
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
||||||
state: started
|
state: started
|
||||||
|
comparisons:
|
||||||
|
"*": "strict"
|
||||||
|
@ -122,6 +122,8 @@
|
|||||||
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
|
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
|
||||||
restart_policy: "{{ nextcloud_container_restart_policy }}"
|
restart_policy: "{{ nextcloud_container_restart_policy }}"
|
||||||
state: started
|
state: started
|
||||||
|
comparisons:
|
||||||
|
"*": "strict"
|
||||||
|
|
||||||
- name: Enable systemd timer for nextcloud cron
|
- name: Enable systemd timer for nextcloud cron
|
||||||
systemd:
|
systemd:
|
||||||
|
Loading…
Reference in New Issue
Block a user