mirror of
https://github.com/luzifer-ansible/deploy-git.git
synced 2024-11-08 13:20:01 +00:00
Fix: Variable was renamed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2813d195d1
commit
9ae5a9662a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- include_tasks: act.yaml
|
||||
with_items: '{{ git_checkouts }}'
|
||||
with_items: '{{ deploy_git_checkouts }}'
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue