moved var-combining to separate file
This commit is contained in:
parent
179433b63e
commit
9063710489
|
|
@ -50,5 +50,3 @@ defaults_zm:
|
|||
type: 'mysql'
|
||||
host: 'localhost'
|
||||
# port_socket:
|
||||
|
||||
ZM_CONFIG: "{{ defaults_zm | combine(zoneminder, recursive=true) }}"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
|
||||
ZM_CONFIG: "{{ defaults_zm | combine(zoneminder, recursive=true) }}"
|
||||
Loading…
Reference in New Issue