deploy-git/tasks/main.yml
Knut Ahlers 3edef4fb6a
Use includes to bundle tasks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-03-19 14:54:50 +01:00

7 lines
70 B
YAML

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