fix variable call

This commit is contained in:
Robert Kaussow 2018-12-02 00:14:39 +01:00
parent 68a6949afb
commit 90a4da6f3d

View File

@ -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 }}"