Fix: Variable was renamed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-03-19 15:54:20 +01:00
parent 2813d195d1
commit 9ae5a9662a
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

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