deploy-git/tasks/main.yml
Knut Ahlers 9a8ff818a0
Fix: Template needs quoting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-03-19 14:56:16 +01:00

6 lines
72 B
YAML

---
- include_tasks: act.yaml
with_items: '{{ git_checkouts }}'
...