From 9ae5a9662a21ec99479481c9f823414168a03a0a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 19 Mar 2018 15:54:20 +0100 Subject: [PATCH] Fix: Variable was renamed Signed-off-by: Knut Ahlers --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a03f122..5ecf058 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ --- - include_tasks: act.yaml - with_items: '{{ git_checkouts }}' + with_items: '{{ deploy_git_checkouts }}' ...