deploy-git/tasks/main.yml
Knut Ahlers 9ae5a9662a
Fix: Variable was renamed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-03-19 15:54:20 +01:00

7 lines
79 B
YAML

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