remove old loop syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
77a4dcbcc8
commit
749ca0bfc1
@ -20,7 +20,7 @@
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
||||
state: link
|
||||
with_items:
|
||||
loop:
|
||||
- { src: /bin/python3.6, dest: python3 }
|
||||
- { src: /usr/local/bin/pip3.6, dest: pip3 }
|
||||
loop_control:
|
||||
|
Loading…
Reference in New Issue
Block a user