fix: use dotnet workdir .path

This commit is contained in:
Price Hiller 2022-08-01 17:05:47 -05:00
parent c255f7dd66
commit b25bc25254

View File

@ -18,7 +18,7 @@
- name: Download dotnet installer
ansible.builtin.get_url:
url: https://dot.net/v1/dotnet-install.sh
dest: "{{ dotnet_work_dir }}/install.sh"
dest: "{{ dotnet_work_dir.path }}/install.sh"
mode: 0744
when: not dotnet_installed.stat.exists