moved var-combining to separate file

This commit is contained in:
AnsibleGuy 2023-05-13 16:25:53 +02:00
parent 179433b63e
commit 9063710489
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
4 changed files with 3 additions and 2 deletions

View File

@ -50,5 +50,3 @@ defaults_zm:
type: 'mysql'
host: 'localhost'
# port_socket:
ZM_CONFIG: "{{ defaults_zm | combine(zoneminder, recursive=true) }}"

View File

@ -0,0 +1,3 @@
---
ZM_CONFIG: "{{ defaults_zm | combine(zoneminder, recursive=true) }}"