fix(vmtsdb): set container comparisons to strict for labels and env
This commit is contained in:
parent
9f2ae193de
commit
e17c04bde0
@ -45,3 +45,6 @@
|
|||||||
purge_networks: "{{ vmtsdb_container_purge_networks | default(omit) }}"
|
purge_networks: "{{ vmtsdb_container_purge_networks | default(omit) }}"
|
||||||
restart_policy: "{{ vmtsdb_container_restart_policy | default(omit) }}"
|
restart_policy: "{{ vmtsdb_container_restart_policy | default(omit) }}"
|
||||||
state: "{{ (vmtsdb_state == 'present') | ternary('started', 'absent') }}"
|
state: "{{ (vmtsdb_state == 'present') | ternary('started', 'absent') }}"
|
||||||
|
comparisons:
|
||||||
|
labels: strict
|
||||||
|
env: strict
|
||||||
|
Loading…
Reference in New Issue
Block a user