fix(vmtsdb): set container comparisons to strict for labels and env
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user