From 0f3a05d5d07e1f80da73bd32f37cc941c2ee1b29 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 1 Aug 2022 17:04:01 -0500 Subject: [PATCH] fix: dotnet actually use wkdir path --- tasks/install-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install-dotnet.yml b/tasks/install-dotnet.yml index 07f3510..72aefff 100644 --- a/tasks/install-dotnet.yml +++ b/tasks/install-dotnet.yml @@ -29,5 +29,5 @@ - install.sh - -i - "{{ dotnet_install_path }}" - chdir: "{{ dotnet_work_dir }}" + chdir: "{{ dotnet_work_dir.path }}" changed_when: true