Fix: Template needs quoting

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-03-19 14:56:16 +01:00
parent 3edef4fb6a
commit 9a8ff818a0
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,6 +1,6 @@
--- ---
- include_tasks: act.yaml - include_tasks: act.yaml
with_items: {{ git_checkouts }} with_items: '{{ git_checkouts }}'
... ...