From 90a4da6f3d7364570259f8d3878809053d99097c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 2 Dec 2018 00:14:39 +0100 Subject: [PATCH] fix variable call --- tasks/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup.yml b/tasks/setup.yml index 084084d..6036a83 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -16,7 +16,7 @@ command: /bin/python3.6 -m ensurepip changed_when: not __python3_pip.stat.exists - - name: Link binaries to '__python3_link_bin_path' + - name: Link binaries to '{{ __python3_link_bin_path }}' file: src: "{{ item.src }}" dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"