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