fix(vmtsdb): set container comparisons to strict for labels and env

This commit is contained in:
transcaffeine 2024-06-12 10:37:55 +02:00
parent 9f2ae193de
commit e17c04bde0
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -45,3 +45,6 @@
purge_networks: "{{ vmtsdb_container_purge_networks | default(omit) }}"
restart_policy: "{{ vmtsdb_container_restart_policy | default(omit) }}"
state: "{{ (vmtsdb_state == 'present') | ternary('started', 'absent') }}"
comparisons:
labels: strict
env: strict