fix variable call
This commit is contained in:
parent
68a6949afb
commit
90a4da6f3d
@ -16,7 +16,7 @@
|
|||||||
command: /bin/python3.6 -m ensurepip
|
command: /bin/python3.6 -m ensurepip
|
||||||
changed_when: not __python3_pip.stat.exists
|
changed_when: not __python3_pip.stat.exists
|
||||||
|
|
||||||
- name: Link binaries to '__python3_link_bin_path'
|
- name: Link binaries to '{{ __python3_link_bin_path }}'
|
||||||
file:
|
file:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user