debops / debops-playbooks

Ansible playbooks used by DebOps project
GNU General Public License v3.0
488 stars 88 forks source link

Add `flattened` Jinja filter to debops__tpl_macros.js #351

Closed ypid closed 7 years ago

ypid commented 7 years ago

Opened to keep track of PR which make use of this. I would propose to wait and merge all at once when this has been properly tested.

drybjed commented 7 years ago

@ypid Just got a thought - maybe we are doing this all wrong and we should do Ansible filter plugins instead? What do you think?

ypid commented 7 years ago

That is a valid point :+1: I guess the macros where just a natural starting point since we already use Jinja. Will need to be looked at.