From e485806a87da74c81d7f09a0a76469b10f1b8d87 Mon Sep 17 00:00:00 2001 From: Klaus Lungwitz <18153834+klaus993@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:41:39 -0300 Subject: [PATCH] Apply fix See https://github.com/cimon-io/ansible-role-asdf/issues/24 --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index af74236..3f50a3a 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -13,7 +13,7 @@ - name: "set asdf_default_tool_versions_file based on home directory" set_fact: - asdf_default_tool_versions_file: "{{ getent_passwd[asdf_user][4] }}/.tool-versions" + asdf_default_tool_versions_file: ".tool-versions" when: asdf_dir is undefined and asdf_default_tool_versions_file is undefined - name: "set asdf_dir variable based on home directory"