summaryrefslogtreecommitdiffstats
path: root/roles/go
diff options
context:
space:
mode:
Diffstat (limited to 'roles/go')
-rw-r--r--roles/go/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/go/tasks/main.yml b/roles/go/tasks/main.yml
index 06f4308f..93ec8a3a 100644
--- a/roles/go/tasks/main.yml
+++ b/roles/go/tasks/main.yml
@@ -29,7 +29,7 @@
- name: "Add Go to shell profile"
ansible.builtin.blockinfile:
- path: "{{ ansible_facts['env'].HOME }}/.bashrc"
+ path: "{{ ansible_facts['env']['HOME'] }}/.bashrc"
state: "present"
prepend_newline: true
append_newline: true