moved var-combining to separate file
This commit is contained in:
parent
991a61ad1f
commit
a5195642c2
|
|
@ -92,6 +92,4 @@ defaults_apache:
|
|||
security:
|
||||
restricted_methods: ['GET', 'POST', 'HEAD']
|
||||
|
||||
APACHE_CONFIG: "{{ defaults_apache | combine(apache, recursive=true) }}"
|
||||
|
||||
debug: false
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
|
||||
APACHE_CONFIG: "{{ defaults_apache | combine(apache, recursive=true) }}"
|
||||
Loading…
Reference in New Issue