From be07205cbb5857bc77c0a77826fc1be13de3bb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 13:04:10 +0200 Subject: [PATCH] Fix syntax error in temp file cleanup --- user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.yml b/user.yml index ce11543..d51c797 100644 --- a/user.yml +++ b/user.yml @@ -388,7 +388,7 @@ - name: clean up temp directory file: - path: "{{ tempdir.path }" + path: "{{ tempdir.path }}" state: absent - name: install portfolio performance